public class XmlCoder.Type.Prop extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
property |
TypeCastGraph |
tc |
| Modifier and Type | Method and Description |
|---|---|
XmlCoder.Type |
asAttribute(String attribute) |
XmlCoder.Type |
asAttribute(String attribute,
Convertor toString,
Convertor fromString) |
XmlCoder.Type |
asAttribute(String attribute,
TypeCastGraph tc) |
XmlCoder.Type |
asis() |
XmlCoder.Type |
ignore() |
XmlCoder.Type |
ignoreRead() |
XmlCoder.Type |
ignoreWrite() |
XmlCoder.Type |
reader(XmlCoder.PropertyReader pr) |
XmlCoder.Type |
writer(XmlCoder.PropertyWriter pw) |
public final String property
public TypeCastGraph tc
public Prop(String property)
public XmlCoder.Type asis()
public XmlCoder.Type asAttribute(String attribute)
public XmlCoder.Type asAttribute(String attribute, TypeCastGraph tc)
public XmlCoder.Type asAttribute(String attribute, Convertor toString, Convertor fromString)
public XmlCoder.Type ignoreWrite()
public XmlCoder.Type ignoreRead()
public XmlCoder.Type ignore()
public XmlCoder.Type writer(XmlCoder.PropertyWriter pw)
public XmlCoder.Type reader(XmlCoder.PropertyReader pr)
Copyright © 2018. All rights reserved.