public class ConfigurationPropertiesBindingPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description | 
|---|---|
| static String | BEAN_NAMEThe bean name that this post-processor is registered with. | 
| static String | VALIDATOR_BEAN_NAMEThe bean name of the configuration properties validator. | 
| Constructor and Description | 
|---|
| ConfigurationPropertiesBindingPostProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| int | getOrder() | 
| Object | postProcessBeforeInitialization(Object bean,
                               String beanName) | 
| void | setApplicationContext(org.springframework.context.ApplicationContext applicationContext) | 
public static final String BEAN_NAME
public static final String VALIDATOR_BEAN_NAME
public ConfigurationPropertiesBindingPostProcessor()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2020 Pivotal Software, Inc.. All rights reserved.