public class DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter extends JsonObjectConverter<BatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static String |
HISTORIC_DECISION_INSTANCE_IDS |
static DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter |
INSTANCE |
Constructor and Description |
---|
DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readDecisionInstanceIds(com.google.gson.JsonObject jsonNode) |
com.google.gson.JsonObject |
toJsonObject(BatchConfiguration configuration) |
BatchConfiguration |
toObject(com.google.gson.JsonObject json) |
toJson
public static final DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter INSTANCE
public static final String HISTORIC_DECISION_INSTANCE_IDS
public DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter()
public com.google.gson.JsonObject toJsonObject(BatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<BatchConfiguration>
public BatchConfiguration toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<BatchConfiguration>
Copyright © 2022. All rights reserved.