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