public interface MetaDataProvider
Implementations are based one different meta data sources such as XML, programmatic mappings and annotations. Meta data providers only return meta data directly configured for one class, they don't deal with merging meta data from super-classes or implemented interfaces.
Modifier and Type | Method and Description |
---|---|
AnnotationProcessingOptions |
getAnnotationProcessingOptions()
Returns the annotation processing options as configured by this provider.
|
<T> BeanConfiguration<? super T> |
getBeanConfiguration(Class<T> beanClass)
Returns a bean configuration for the given type or
null if this provider has no meta-data on the given
type. |
AnnotationProcessingOptions getAnnotationProcessingOptions()
<T> BeanConfiguration<? super T> getBeanConfiguration(Class<T> beanClass)
null
if this provider has no meta-data on the given
type.Copyright © 2021 JBoss by Red Hat. All rights reserved.