Uses of Enum Class
org.apache.juneau.xml.annotation.XmlFormat
Packages that use XmlFormat
-
Uses of XmlFormat in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type XmlFormatModifier and TypeMethodDescriptionprotected XmlSerializerSession.ContentResult
HtmlSerializerSession.serializeAnything
(XmlWriter out, Object o, ClassMeta<?> eType, String keyName, String elementName, Namespace elementNamespace, boolean addNamespaceUris, XmlFormat format, boolean isMixed, boolean preserveWhitespace, BeanPropertyMeta pMeta) -
Uses of XmlFormat in org.apache.juneau.xml
Methods in org.apache.juneau.xml that return XmlFormatModifier and TypeMethodDescriptionXmlBeanMeta.getContentFormat()
Returns the format of the inner XML content of this bean.protected XmlFormat
XmlClassMeta.getFormat()
Returns the@Xml(format)
annotation defined on the class.XmlBeanPropertyMeta.getXmlFormat()
Returns the XML format of this property from theXml.format()
annotation on this bean property.Methods in org.apache.juneau.xml with parameters of type XmlFormatModifier and TypeMethodDescriptionprotected XmlSerializerSession.ContentResult
XmlSerializerSession.serializeAnything
(XmlWriter out, Object o, ClassMeta<?> eType, String keyName, String elementName, Namespace elementNamespace, boolean addNamespaceUris, XmlFormat format, boolean isMixedOrText, boolean preserveWhitespace, BeanPropertyMeta pMeta) Workhorse method. -
Uses of XmlFormat in org.apache.juneau.xml.annotation
Methods in org.apache.juneau.xml.annotation that return XmlFormatModifier and TypeMethodDescriptionstatic XmlFormat
Returns the enum constant of this class with the specified name.static XmlFormat[]
XmlFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.xml.annotation with parameters of type XmlFormatModifier and TypeMethodDescriptionSets theXml.format()
property on this annotation.boolean
Returnstrue if this format is one of those specified.