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