Package zowe.client.sdk.parse
Class JsonParseResponseFactory
- java.lang.Object
-
- zowe.client.sdk.parse.JsonParseResponseFactory
-
public final class JsonParseResponseFactory extends Object
Parse factory that generates the desire json parse operation- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JsonParseResponse
buildParser(ParseType type)
Assign json parse response abstract object for type given
-
-
-
Method Detail
-
buildParser
public static JsonParseResponse buildParser(ParseType type)
Assign json parse response abstract object for type given- Parameters:
type
- ParseType type- Returns:
- JsonParseResponse abstract object
-
-