Package zowe.client.sdk.parsejson
Interface IParseJson<T>
-
- All Known Implementing Classes:
ParseDataSetJson,ParseIssueCommandJson,ParseJobJson,ParseJobStepDataJson,ParseZosmfDefinedSystemJson,ParseZosmfInfoJson,ParseZosmfListDefinedSystemsJson,ParseZosmfPluginInfoJson
public interface IParseJson<T>Interface class for object json parsing.- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tparse(org.json.simple.JSONObject jsonObject)Transform JSON into T object
-
-
-
Method Detail
-
parse
T parse(org.json.simple.JSONObject jsonObject)
Transform JSON into T object- Parameters:
jsonObject- JSON object- Returns:
- T object
-
-