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 | 
|---|---|
| JSONObject | toJsonObject(MigrationPlan migrationPlan) | 
| MigrationPlan | toObject(JSONObject json) | 
toJsonpublic 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 JSONObject toJsonObject(MigrationPlan migrationPlan)
toJsonObject in class JsonObjectConverter<MigrationPlan>public MigrationPlan toObject(JSONObject json)
toObject in class JsonObjectConverter<MigrationPlan>Copyright © 2018. All rights reserved.