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