Package zowe.client.sdk.parse
Interface JsonParse
-
- All Known Implementing Classes:
DatasetJsonParse
,JobFileJsonParse
,JobJsonParse
,MemberJsonParse
,MvsConsoleJsonParse
,PropsJsonParse
,SystemInfoJsonParse
,SystemsJsonParse
,TsoJsonParse
,TsoStopJsonParse
,UnixFileJsonParse
,UnixZfsJsonParse
,ZosLogItemJsonParse
,ZosLogReplyJsonParse
public interface JsonParse
Interface that conforms to json parse operation- Version:
- 3.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
parseResponse(Object... args)
Parse the given json data
-