Class SetVariablesJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<T>
-
- org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
- org.camunda.bpm.engine.impl.batch.variables.SetVariablesJsonConverter
-
public class SetVariablesJsonConverter extends AbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
ID_MAPPINGS
protected static String
IDS
static SetVariablesJsonConverter
INSTANCE
-
Fields inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
BATCH_ID
-
-
Constructor Summary
Constructors Constructor Description SetVariablesJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchConfiguration
readConfiguration(com.google.gson.JsonObject jsonObject)
com.google.gson.JsonObject
writeConfiguration(BatchConfiguration configuration)
-
Methods inherited from class org.camunda.bpm.engine.impl.batch.AbstractBatchConfigurationObjectConverter
toJsonObject, toObject
-
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
-
-
-
Field Detail
-
INSTANCE
public static final SetVariablesJsonConverter INSTANCE
-
IDS
protected static final String IDS
- See Also:
- Constant Field Values
-
ID_MAPPINGS
protected static final String ID_MAPPINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeConfiguration
public com.google.gson.JsonObject writeConfiguration(BatchConfiguration configuration)
- Specified by:
writeConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
readConfiguration
public BatchConfiguration readConfiguration(com.google.gson.JsonObject jsonObject)
- Specified by:
readConfiguration
in classAbstractBatchConfigurationObjectConverter<BatchConfiguration>
-
-