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