@Component public class ConfigurationPropertiesBeans extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware
@ConfigurationProperties
beans in the context and
its parent.Constructor and Description |
---|
ConfigurationPropertiesBeans() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getBeanNames() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBeanMetaDataStore(org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData beans) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setBeanMetaDataStore(org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData beans)
beans
- the bean meta data to setpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.