public static interface InputFieldWriter.ListItemWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeBoolean(java.lang.Boolean value) |
void |
writeCustom(ScalarType scalarType,
java.lang.Object value) |
void |
writeDouble(java.lang.Double value) |
void |
writeInt(java.lang.Integer value) |
void |
writeList(InputFieldWriter.ListWriter listWriter) |
void |
writeLong(java.lang.Long value) |
void |
writeMap(java.util.Map<java.lang.String,java.lang.Object> value) |
void |
writeNumber(java.lang.Number value) |
void |
writeObject(InputFieldMarshaller marshaller) |
void |
writeString(java.lang.String value) |
void writeString(@Nullable
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionvoid writeInt(@Nullable
java.lang.Integer value)
throws java.io.IOException
java.io.IOExceptionvoid writeLong(@Nullable
java.lang.Long value)
throws java.io.IOException
java.io.IOExceptionvoid writeDouble(@Nullable
java.lang.Double value)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(@Nullable
java.lang.Number value)
throws java.io.IOException
java.io.IOExceptionvoid writeBoolean(@Nullable
java.lang.Boolean value)
throws java.io.IOException
java.io.IOExceptionvoid writeCustom(@NotNull
ScalarType scalarType,
@Nullable
java.lang.Object value)
throws java.io.IOException
java.io.IOExceptionvoid writeObject(@Nullable
InputFieldMarshaller marshaller)
throws java.io.IOException
java.io.IOExceptionvoid writeList(@Nullable
InputFieldWriter.ListWriter listWriter)
throws java.io.IOException
java.io.IOExceptionvoid writeMap(@Nullable
java.util.Map<java.lang.String,java.lang.Object> value)
throws java.io.IOException
java.io.IOException