Package zowe.client.sdk.parsejson
Class ParseZosmfDefinedSystemJson
- java.lang.Object
-
- zowe.client.sdk.parsejson.ParseZosmfDefinedSystemJson
-
- All Implemented Interfaces:
IParseJson<DefinedSystem>
public class ParseZosmfDefinedSystemJson extends Object implements IParseJson<DefinedSystem>
Class to transform JSON into DefinedSystem object- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ParseZosmfDefinedSystemJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefinedSystemparse(org.json.simple.JSONObject jsonObject)Transform JSON into DefinedSystem object
-
-
-
Method Detail
-
parse
public DefinedSystem parse(org.json.simple.JSONObject jsonObject)
Transform JSON into DefinedSystem object- Specified by:
parsein interfaceIParseJson<DefinedSystem>- Parameters:
jsonObject- JSON object- Returns:
- DefinedSystem object
-
-