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