public static class AbstractArrayWriter.ArrayObjectWriter extends AbstractObjectWriter
| Modifier and Type | Field and Description |
|---|---|
protected AbstractArrayWriter |
arrayWriter |
| Constructor and Description |
|---|
ArrayObjectWriter(AbstractArrayWriter arrayWriter) |
| Modifier and Type | Method and Description |
|---|---|
ArrayWriter |
array() |
void |
dump(HierarchicalFormatter format) |
WriterEvents |
events()
The internal state behind this writer.
|
ColumnWriter |
writer()
Generic version of the above, for dynamic handling of
writers.
|
protected final AbstractArrayWriter arrayWriter
public ArrayObjectWriter(AbstractArrayWriter arrayWriter)
public ArrayWriter array()
array in interface ObjectWriterarray in class AbstractObjectWriterpublic ColumnWriter writer()
ObjectWriterpublic WriterEvents events()
ObjectWriterevents in interface ObjectWriterevents in class AbstractObjectWriterpublic void dump(HierarchicalFormatter format)
dump in class AbstractObjectWriterCopyright © 2021 The Apache Software Foundation. All rights reserved.