Class FileFormat.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<FileFormat>
-
- software.amazon.spapi.models.invoices.v2024_06_19.FileFormat.Adapter
-
- Enclosing class:
- FileFormat
public static class FileFormat.Adapter extends com.google.gson.TypeAdapter<FileFormat>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileFormat
read(com.google.gson.stream.JsonReader jsonReader)
void
write(com.google.gson.stream.JsonWriter jsonWriter, FileFormat enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, FileFormat enumeration) throws java.io.IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<FileFormat>
- Throws:
java.io.IOException
-
read
public FileFormat read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<FileFormat>
- Throws:
java.io.IOException
-
-