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