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