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