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