public class ConfigurationBeanFactoryMetaData extends Object implements org.springframework.beans.factory.config.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(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
public <A extends Annotation> Map<String,Object> getBeansWithFactoryAnnotation(Class<A> type)
public <A extends Annotation> A findFactoryAnnotation(String beanName, Class<A> type)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.