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