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