public interface XmlMetaProvider extends MetaProvider
DEFAULT
Modifier and Type | Method and Description |
---|---|
XmlBeanMeta |
getXmlBeanMeta(BeanMeta<?> bm)
Returns the language-specific metadata on the specified bean.
|
XmlBeanPropertyMeta |
getXmlBeanPropertyMeta(BeanPropertyMeta bpm)
Returns the language-specific metadata on the specified bean property.
|
XmlClassMeta |
getXmlClassMeta(ClassMeta<?> cm)
Returns the language-specific metadata on the specified class.
|
getAnnotation, getAnnotation, getAnnotation, getAnnotation, getDeclaredAnnotation
XmlClassMeta getXmlClassMeta(ClassMeta<?> cm)
cm
- The class to return the metadata on.XmlBeanMeta getXmlBeanMeta(BeanMeta<?> bm)
bm
- The bean to return the metadata on.XmlBeanPropertyMeta getXmlBeanPropertyMeta(BeanPropertyMeta bpm)
bpm
- The bean property to return the metadata on.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.