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