Class SelectedDeploymentJsonConverter
- java.lang.Object
-
- com.xebialabs.xltype.serialization.json.SelectedDeploymentJsonConverter
-
public class SelectedDeploymentJsonConverter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEPLOYABLE_IDSstatic java.lang.StringDEPLOYMENT
-
Constructor Summary
Constructors Constructor Description SelectedDeploymentJsonConverter(DeploymentJsonConverter deploymentJsonConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>readSelectedDeployables(org.codehaus.jettison.json.JSONObject json)java.lang.StringtoJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment)voidtoJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment, JsonWriter writer)com.xebialabs.deployit.engine.api.dto.SelectedDeploymenttoSelectedDeployment(java.lang.String jsonString)
-
-
-
Field Detail
-
DEPLOYABLE_IDS
public static final java.lang.String DEPLOYABLE_IDS
- See Also:
- Constant Field Values
-
DEPLOYMENT
public static final java.lang.String DEPLOYMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SelectedDeploymentJsonConverter
public SelectedDeploymentJsonConverter(DeploymentJsonConverter deploymentJsonConverter)
-
-
Method Detail
-
toJson
public java.lang.String toJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment)
-
toJson
public void toJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment, JsonWriter writer)
-
toSelectedDeployment
public com.xebialabs.deployit.engine.api.dto.SelectedDeployment toSelectedDeployment(java.lang.String jsonString)
-
readSelectedDeployables
public java.util.List<java.lang.String> readSelectedDeployables(org.codehaus.jettison.json.JSONObject json) throws org.codehaus.jettison.json.JSONException- Throws:
org.codehaus.jettison.json.JSONException
-
-