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