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