public abstract static class JavaBeansUtil.IndentingBeanWriter extends Object implements JavaBeansUtil.BeanWriter
| Modifier and Type | Field and Description |
|---|---|
protected String |
indent |
protected String |
indentBy |
protected List |
indentions |
protected int |
indentLevel |
| Constructor and Description |
|---|
IndentingBeanWriter() |
IndentingBeanWriter(String indentBy) |
IndentingBeanWriter(String indent,
String indentBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginInnerNode() |
void |
endInnerNode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginPropertyName, endPropertyName, writeLeafObjectprotected String indentBy
protected String indent
protected int indentLevel
protected List indentions
public IndentingBeanWriter()
public IndentingBeanWriter(String indentBy)
public void beginInnerNode()
throws IOException
beginInnerNode in interface JavaBeansUtil.BeanWriterIOExceptionpublic void endInnerNode()
throws IOException
endInnerNode in interface JavaBeansUtil.BeanWriterIOExceptionCopyright © 2017. All Rights Reserved.