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