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