Class JsonParseResponseFactory


  • public final class JsonParseResponseFactory
    extends Object
    Parse factory that generates the desire json parse operation
    Version:
    2.0
    Author:
    Frank Giordano
    • Method Detail

      • buildParser

        public static JsonParseResponse buildParser​(ParseType type)
                                             throws Exception
        Assign json parse response abstract object for type given
        Parameters:
        type - ParseType type
        Returns:
        JsonParseResponse abstract object
        Throws:
        Exception - invalid ParseType value