Uses of Enum Class
org.apache.juneau.xml.annotation.XmlFormat
Packages that use XmlFormat
- 
Uses of XmlFormat in org.apache.juneau.htmlMethods in org.apache.juneau.html with parameters of type XmlFormatModifier and TypeMethodDescriptionprotected XmlSerializerSession.ContentResultHtmlSerializerSession.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.xmlMethods in org.apache.juneau.xml that return XmlFormatModifier and TypeMethodDescriptionXmlBeanMeta.getContentFormat()Returns the format of the inner XML content of this bean.protected XmlFormatXmlClassMeta.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.ContentResultXmlSerializerSession.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.annotationMethods in org.apache.juneau.xml.annotation that return XmlFormatModifier and TypeMethodDescriptionstatic XmlFormatReturns 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.booleanReturnstrue if this format is one of those specified.