Class GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum>
-
- org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum.Adapter
-
- Enclosing class:
- GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum
public static class GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum.Adapter extends com.google.gson.TypeAdapter<GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum>- Throws:
IOException
-
read
public GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum>- Throws:
IOException
-
-