public class DeploymentMappingJsonConverter extends JsonObjectConverter<DeploymentMapping>
Modifier and Type | Field and Description |
---|---|
protected static String |
COUNT |
protected static String |
DEPLOYMENT_ID |
static DeploymentMappingJsonConverter |
INSTANCE |
Constructor and Description |
---|
DeploymentMappingJsonConverter() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonObject |
toJsonObject(DeploymentMapping mapping) |
DeploymentMapping |
toObject(com.google.gson.JsonObject json) |
toJson
public static final DeploymentMappingJsonConverter INSTANCE
protected static final String COUNT
protected static final String DEPLOYMENT_ID
public com.google.gson.JsonObject toJsonObject(DeploymentMapping mapping)
toJsonObject
in class JsonObjectConverter<DeploymentMapping>
public DeploymentMapping toObject(com.google.gson.JsonObject json)
toObject
in class JsonObjectConverter<DeploymentMapping>
Copyright © 2022. All rights reserved.