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