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