public class SetJobRetriesBatchConfigurationJsonConverter extends JsonObjectConverter<SetRetriesBatchConfiguration>
Modifier and Type | Field and Description |
---|---|
static SetJobRetriesBatchConfigurationJsonConverter |
INSTANCE |
static String |
JOB_IDS |
static String |
RETRIES |
Constructor and Description |
---|
SetJobRetriesBatchConfigurationJsonConverter() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
readJobIds(com.google.gson.JsonObject jsonObject) |
com.google.gson.JsonObject |
toJsonObject(SetRetriesBatchConfiguration configuration) |
SetRetriesBatchConfiguration |
toObject(com.google.gson.JsonObject json) |
toJson
public static final SetJobRetriesBatchConfigurationJsonConverter INSTANCE
public static final String JOB_IDS
public static final String RETRIES
public SetJobRetriesBatchConfigurationJsonConverter()
public com.google.gson.JsonObject toJsonObject(SetRetriesBatchConfiguration configuration)
toJsonObject
in class JsonObjectConverter<SetRetriesBatchConfiguration>
public SetRetriesBatchConfiguration toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<SetRetriesBatchConfiguration>
Copyright © 2022. All rights reserved.