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(java.lang.String value)
throws java.io.IOException
java.io.IOExceptionvoid writeInt(java.lang.Integer value)
throws java.io.IOException
java.io.IOExceptionvoid writeLong(java.lang.Long value)
throws java.io.IOException
java.io.IOExceptionvoid writeDouble(java.lang.Double value)
throws java.io.IOException
java.io.IOExceptionvoid writeNumber(java.lang.Number value)
throws java.io.IOException
java.io.IOExceptionvoid writeBoolean(java.lang.Boolean value)
throws java.io.IOException
java.io.IOExceptionvoid writeCustom(ScalarType scalarType, java.lang.Object value) throws java.io.IOException
java.io.IOExceptionvoid writeObject(InputFieldMarshaller marshaller) throws java.io.IOException
java.io.IOExceptionvoid writeList(InputFieldWriter.ListWriter listWriter) throws java.io.IOException
java.io.IOExceptionvoid writeMap(java.util.Map<java.lang.String,java.lang.Object> value)
throws java.io.IOException
java.io.IOException