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