public class SetVariablesJsonConverter extends JsonObjectConverter<BatchConfiguration>
Modifier and Type | Field and Description |
---|---|
protected static String |
BATCH_ID |
protected static String |
ID_MAPPINGS |
protected static String |
IDS |
static SetVariablesJsonConverter |
INSTANCE |
Constructor and Description |
---|
SetVariablesJsonConverter() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
toJsonObject(BatchConfiguration configuration) |
BatchConfiguration |
toObject(com.google.gson.JsonObject jsonObject) |
toJson
public static final SetVariablesJsonConverter INSTANCE
protected static final String IDS
protected static final String ID_MAPPINGS
protected static final String BATCH_ID
public com.google.gson.JsonObject toJsonObject(BatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<BatchConfiguration>
public BatchConfiguration toObject(com.google.gson.JsonObject jsonObject)
toObject
in class JsonObjectConverter<BatchConfiguration>
Copyright © 2022. All rights reserved.