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