public class WebServerFactoryCustomizerBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.BeanFactoryAware
BeanPostProcessor that applies all WebServerFactoryCustomizer beans
 from the bean factory to WebServerFactory beans.| Constructor and Description | 
|---|
WebServerFactoryCustomizerBeanPostProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
postProcessAfterInitialization(Object bean,
                              String beanName)  | 
Object | 
postProcessBeforeInitialization(Object bean,
                               String beanName)  | 
void | 
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)  | 
public WebServerFactoryCustomizerBeanPostProcessor()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwarepublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.