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