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