Package org.camunda.bpm.engine.impl.json
Class MigrationPlanJsonConverter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.json.JsonObjectConverter<MigrationPlan>
-
- org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
-
public class MigrationPlanJsonConverter extends JsonObjectConverter<MigrationPlan>
-
-
Field Summary
Fields Modifier and Type Field Description static MigrationPlanJsonConverter
INSTANCE
static String
INSTRUCTIONS
static String
SOURCE_PROCESS_DEFINITION_ID
static String
TARGET_PROCESS_DEFINITION_ID
-
Constructor Summary
Constructors Constructor Description MigrationPlanJsonConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
toJsonObject(MigrationPlan migrationPlan)
MigrationPlan
toObject(com.google.gson.JsonObject json)
-
Methods inherited from class org.camunda.bpm.engine.impl.json.JsonObjectConverter
toJson
-
-
-
-
Field Detail
-
INSTANCE
public static final MigrationPlanJsonConverter INSTANCE
-
SOURCE_PROCESS_DEFINITION_ID
public static final String SOURCE_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
TARGET_PROCESS_DEFINITION_ID
public static final String TARGET_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
INSTRUCTIONS
public static final String INSTRUCTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
toJsonObject
public com.google.gson.JsonObject toJsonObject(MigrationPlan migrationPlan)
- Specified by:
toJsonObject
in classJsonObjectConverter<MigrationPlan>
-
toObject
public MigrationPlan toObject(com.google.gson.JsonObject json)
- Specified by:
toObject
in classJsonObjectConverter<MigrationPlan>
-
-