Class ParameterParser


  • public class ParameterParser
    extends Object
    • Constructor Detail

      • ParameterParser

        public ParameterParser()
    • Method Detail

      • parse

        public Map<String,​String> parse​(String nameValuePairFormattedString)
        Parses a string with key value pairs
        Parameters:
        nameValuePairFormattedString - of name=value;other=value name value pairs
        Returns:
        Map of key-value pairs parsed from provided string