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