public class MigrationBatchConfigurationJsonConverter extends JsonObjectConverter<MigrationBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static MigrationBatchConfigurationJsonConverter |
INSTANCE |
static String |
MIGRATION_PLAN |
static String |
PROCESS_INSTANCE_IDS |
static String |
SKIP_IO_MAPPINGS |
static String |
SKIP_LISTENERS |
Constructor and Description |
---|
MigrationBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readProcessInstanceIds(JSONObject jsonObject) |
JSONObject |
toJsonObject(MigrationBatchConfiguration configuration) |
MigrationBatchConfiguration |
toObject(JSONObject json) |
toJson
public static final MigrationBatchConfigurationJsonConverter INSTANCE
public static final String MIGRATION_PLAN
public static final String PROCESS_INSTANCE_IDS
public static final String SKIP_LISTENERS
public static final String SKIP_IO_MAPPINGS
public MigrationBatchConfigurationJsonConverter()
public JSONObject toJsonObject(MigrationBatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<MigrationBatchConfiguration>
public MigrationBatchConfiguration toObject(JSONObject json)
toObject
in class JsonObjectConverter<MigrationBatchConfiguration>
protected List<String> readProcessInstanceIds(JSONObject jsonObject)
Copyright © 2020. All rights reserved.