public static interface InputFieldWriter.ListItemWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeBoolean(Boolean value) |
void |
writeCustom(ScalarType scalarType,
Object value) |
void |
writeDouble(Double value) |
void |
writeInt(Integer value) |
void |
writeLong(Long value) |
void |
writeObject(InputFieldMarshaller marshaller) |
void |
writeString(String value) |
void writeString(String value) throws IOException
IOExceptionvoid writeInt(Integer value) throws IOException
IOExceptionvoid writeLong(Long value) throws IOException
IOExceptionvoid writeDouble(Double value) throws IOException
IOExceptionvoid writeBoolean(Boolean value) throws IOException
IOExceptionvoid writeCustom(ScalarType scalarType, Object value) throws IOException
IOExceptionvoid writeObject(InputFieldMarshaller marshaller) throws IOException
IOExceptionCopyright © 2018. All rights reserved.