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