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