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