Package com.adyen.model
Class MerchantRiskIndicator.DeliveryAddressIndicatorEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<MerchantRiskIndicator.DeliveryAddressIndicatorEnum>
-
- com.adyen.model.MerchantRiskIndicator.DeliveryAddressIndicatorEnum.Adapter
-
- Enclosing class:
- MerchantRiskIndicator.DeliveryAddressIndicatorEnum
public static class MerchantRiskIndicator.DeliveryAddressIndicatorEnum.Adapter extends com.google.gson.TypeAdapter<MerchantRiskIndicator.DeliveryAddressIndicatorEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantRiskIndicator.DeliveryAddressIndicatorEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, MerchantRiskIndicator.DeliveryAddressIndicatorEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, MerchantRiskIndicator.DeliveryAddressIndicatorEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<MerchantRiskIndicator.DeliveryAddressIndicatorEnum>- Throws:
IOException
-
read
public MerchantRiskIndicator.DeliveryAddressIndicatorEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<MerchantRiskIndicator.DeliveryAddressIndicatorEnum>- Throws:
IOException
-
-