| Modifier and Type | Class and Description |
|---|---|
class |
XmlCoder.Type.Prop |
class |
XmlCoder.Type.Properties |
| Modifier and Type | Method and Description |
|---|---|
XmlCoder |
build() |
XmlCoder.Type |
list(boolean writeListEntries) |
XmlCoder.Type |
map(boolean writeMapEntries) |
XmlCoder.Type.Properties |
properties() |
XmlCoder.Type |
properties(boolean writeProperties) |
XmlCoder.Type.Prop |
property(String name) |
XmlCoder.Type |
set(boolean writeSetEntries) |
XmlCoder.Type |
tag(String tagname) |
XmlCoder.Type |
toStringContent(boolean toStringContent) |
public final Class type
public Type(Class type)
public XmlCoder.Type tag(String tagname)
public XmlCoder.Type list(boolean writeListEntries)
public XmlCoder.Type map(boolean writeMapEntries)
public XmlCoder.Type set(boolean writeSetEntries)
public XmlCoder.Type properties(boolean writeProperties)
public XmlCoder.Type.Properties properties()
public XmlCoder.Type.Prop property(String name)
public XmlCoder.Type toStringContent(boolean toStringContent)
public XmlCoder build()
Copyright © 2018. All rights reserved.