public class XmlBeanPropertyMeta extends BeanPropertyMetaExtended
@Xml
annotation
on the bean property.Constructor and Description |
---|
XmlBeanPropertyMeta(BeanPropertyMeta bpm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getChildName()
Returns the child element of this property from the
Xml.childName() annotation on this bean property. |
Namespace |
getNamespace()
Returns the XML namespace associated with this bean property.
|
protected XmlFormat |
getXmlFormat()
Returns the XML format of this property from the
Xml.format() annotation on this bean property. |
getBeanPropertyMeta
public XmlBeanPropertyMeta(BeanPropertyMeta bpm)
bpm
- The metadata of the bean property of this additional metadata.public Namespace getNamespace()
Namespace is determined in the following order of @Xml.prefix()
annotation:
protected XmlFormat getXmlFormat()
Xml.format()
annotation on this bean property.XmlFormat.DEFAULT
if annotation not specified.protected String getChildName()
Xml.childName()
annotation on this bean property.Copyright © 2018 Apache. All rights reserved.