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