public static interface JavaBeansUtil.BeanWriter
| Modifier and Type | Method and Description |
|---|---|
void |
beginInnerNode() |
void |
beginPropertyName(String propertyName) |
void |
endInnerNode() |
void |
endPropertyName(String propertyName) |
void |
writeLeafObject(Object obj) |
void beginPropertyName(String propertyName) throws IOException
IOExceptionvoid endPropertyName(String propertyName) throws IOException
IOExceptionvoid writeLeafObject(Object obj) throws IOException
IOExceptionvoid beginInnerNode()
throws IOException
IOExceptionvoid endInnerNode()
throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.