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