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 Summary
Fields Modifier and Type Field Description protected static String
COUNT
protected static String
DEPLOYMENT_ID
static DeploymentMappingJsonConverter
INSTANCE
-
Constructor Summary
Constructors Constructor Description DeploymentMappingJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
toJsonObject(DeploymentMapping mapping)
DeploymentMapping
toObject(com.google.gson.JsonObject json)
-
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
-
-
-
Field Detail
-
INSTANCE
public static final DeploymentMappingJsonConverter INSTANCE
-
COUNT
protected static final String COUNT
- See Also:
- Constant Field Values
-
DEPLOYMENT_ID
protected static final String DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(DeploymentMapping mapping)
- Specified by:
toJsonObject
in classJsonObjectConverter<DeploymentMapping>
-
toObject
public DeploymentMapping toObject(com.google.gson.JsonObject json)
- Specified by:
toObject
in classJsonObjectConverter<DeploymentMapping>
-
-