public class ConfigurationBeanFactoryMetaData extends Object implements BeanFactoryPostProcessor
@Bean
definition meta data during initialization of
the bean factory.Constructor and Description |
---|
ConfigurationBeanFactoryMetaData() |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
findFactoryAnnotation(String beanName,
Class<A> type) |
<A extends Annotation> |
getBeansWithFactoryAnnotation(Class<A> type) |
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
postProcessBeanFactory
in interface BeanFactoryPostProcessor
BeansException
public <A extends Annotation> Map<String,Object> getBeansWithFactoryAnnotation(Class<A> type)
public <A extends Annotation> A findFactoryAnnotation(String beanName, Class<A> type)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.