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