Class DeploymentMappingJsonConverter
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<DeploymentMapping>
- 
- org.camunda.bpm.engine.impl.batch.DeploymentMappingJsonConverter
 
 
- 
 public class DeploymentMappingJsonConverter extends JsonObjectConverter<DeploymentMapping> 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static java.lang.StringCOUNTprotected static java.lang.StringDEPLOYMENT_IDstatic DeploymentMappingJsonConverterINSTANCE
 - 
Constructor SummaryConstructors Constructor Description DeploymentMappingJsonConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObjecttoJsonObject(DeploymentMapping mapping)DeploymentMappingtoObject(com.google.gson.JsonObject json)- 
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConvertertoJson
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final DeploymentMappingJsonConverter INSTANCE 
 - 
COUNTprotected static final java.lang.String COUNT - See Also:
- Constant Field Values
 
 - 
DEPLOYMENT_IDprotected static final java.lang.String DEPLOYMENT_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
toJsonObjectpublic com.google.gson.JsonObject toJsonObject(DeploymentMapping mapping) - Specified by:
- toJsonObjectin class- JsonObjectConverter<DeploymentMapping>
 
 - 
toObjectpublic DeploymentMapping toObject(com.google.gson.JsonObject json) - Specified by:
- toObjectin class- JsonObjectConverter<DeploymentMapping>
 
 
- 
 
-