public class ModificationBatchConfigurationJsonConverter extends JsonObjectConverter<ModificationBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static ModificationBatchConfigurationJsonConverter |
INSTANCE |
static String |
INSTRUCTIONS |
static String |
PROCESS_DEFINITION_ID |
static String |
PROCESS_INSTANCE_IDS |
static String |
SKIP_IO_MAPPINGS |
static String |
SKIP_LISTENERS |
Constructor and Description |
---|
ModificationBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readProcessInstanceIds(com.google.gson.JsonObject jsonObject) |
com.google.gson.JsonObject |
toJsonObject(ModificationBatchConfiguration configuration) |
ModificationBatchConfiguration |
toObject(com.google.gson.JsonObject json) |
toJson
public static final ModificationBatchConfigurationJsonConverter INSTANCE
public static final String INSTRUCTIONS
public static final String PROCESS_INSTANCE_IDS
public static final String SKIP_LISTENERS
public static final String SKIP_IO_MAPPINGS
public static final String PROCESS_DEFINITION_ID
public ModificationBatchConfigurationJsonConverter()
public com.google.gson.JsonObject toJsonObject(ModificationBatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<ModificationBatchConfiguration>
public ModificationBatchConfiguration toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<ModificationBatchConfiguration>
Copyright © 2022. All rights reserved.