Class MigrationPlanJsonConverter
java.lang.Object
org.operaton.bpm.engine.impl.json.MigrationPlanJsonConverter
- All Implemented Interfaces:
JsonObjectConverter<MigrationPlan>
public class MigrationPlanJsonConverter
extends Object
implements JsonObjectConverter<MigrationPlan>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObjecttoJsonObject(MigrationPlan migrationPlan) toObject(com.google.gson.JsonObject json) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.operaton.bpm.engine.impl.json.JsonObjectConverter
toJson
-
Field Details
-
SOURCE_PROCESS_DEFINITION_ID
- See Also:
-
TARGET_PROCESS_DEFINITION_ID
- See Also:
-
INSTRUCTIONS
- See Also:
-
-
Constructor Details
-
MigrationPlanJsonConverter
public MigrationPlanJsonConverter()
-
-
Method Details
-
toJsonObject
- Specified by:
toJsonObjectin interfaceJsonObjectConverter<MigrationPlan>
-
toObject
- Specified by:
toObjectin interfaceJsonObjectConverter<MigrationPlan>
-