public class MigrationPlanJsonConverter extends JsonObjectConverter<MigrationPlan>
Modifier and Type | Field and Description |
---|---|
static MigrationPlanJsonConverter |
INSTANCE |
static String |
INSTRUCTIONS |
static String |
SOURCE_PROCESS_DEFINITION_ID |
static String |
TARGET_PROCESS_DEFINITION_ID |
Constructor and Description |
---|
MigrationPlanJsonConverter() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
toJsonObject(MigrationPlan migrationPlan) |
MigrationPlan |
toObject(com.google.gson.JsonObject json) |
toJson
public static final MigrationPlanJsonConverter INSTANCE
public static final String SOURCE_PROCESS_DEFINITION_ID
public static final String TARGET_PROCESS_DEFINITION_ID
public static final String INSTRUCTIONS
public com.google.gson.JsonObject toJsonObject(MigrationPlan migrationPlan)
toJsonObject
in class JsonObjectConverter<MigrationPlan>
public MigrationPlan toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<MigrationPlan>
Copyright © 2022. All rights reserved.