Class XmlBeanMeta


public class XmlBeanMeta extends ExtendedBeanMeta
Metadata on beans specific to the XML serializers and parsers pulled from the @Xml annotation on the class.
See Also:
  • Constructor Details

    • XmlBeanMeta

      public XmlBeanMeta(BeanMeta<?> beanMeta, XmlMetaProvider mp)
      Constructor.
      Parameters:
      beanMeta - The metadata on the bean that this metadata applies to.
      mp - XML metadata provider (for finding information about other artifacts).
  • Method Details