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