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