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