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 |
writeLong(java.lang.Long 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 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.IOException