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 JsonParseInterface that conforms to json parse operation- Version:
- 4.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectparseResponse(Object... args)Parse the given json data
-