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