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