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