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