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