Class PropsJsonParse

  • All Implemented Interfaces:
    JsonParse

    public final class PropsJsonParse
    extends Object
    implements JsonParse
    Parse json response into property list
    Version:
    2.0
    Author:
    Frank Giordano
    • Method Detail

      • getInstance

        public static PropsJsonParse getInstance()
        Get singleton instance
        Returns:
        PropsJsonParse object
      • parseResponse

        public Object parseResponse​(Object... args)
        Parse team config's properties json representation into a Map object
        Specified by:
        parseResponse in interface JsonParse
        Parameters:
        args - json data to parse
        Returns:
        hashmap of property values