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