public class ConfigurationPropertiesBindingPostProcessor extends Object implements BeanPostProcessor, PriorityOrdered, ApplicationContextAware, InitializingBean
| Modifier and Type | Field and Description | 
|---|---|
| static String | BEAN_NAMEThe bean name that this post-processor is registered with. | 
| static String | VALIDATOR_BEAN_NAME | 
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
| ConfigurationPropertiesBindingPostProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| int | getOrder() | 
| Object | postProcessBeforeInitialization(Object bean,
                               String beanName) | 
| void | setApplicationContext(ApplicationContext applicationContext) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostProcessAfterInitializationpublic static final String BEAN_NAME
@Deprecated public static final String VALIDATOR_BEAN_NAME
public ConfigurationPropertiesBindingPostProcessor()
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2019 Pivotal Software, Inc.. All rights reserved.