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