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