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