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