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