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 ObjectWriter
array
in class AbstractObjectWriter
public ColumnWriter writer()
ObjectWriter
public WriterEvents events()
ObjectWriter
events
in interface ObjectWriter
events
in class AbstractObjectWriter
public void dump(HierarchicalFormatter format)
dump
in class AbstractObjectWriter
Copyright © 1970 The Apache Software Foundation. All rights reserved.