public final class NoOpBeanFactoryPostProcessor extends Object implements BeanFactoryPostProcessor
NoOpBeanFactoryPostProcessor class is a Spring BeanFactoryPostProcessor implementation
that performs no operation.BeanFactoryPostProcessor,
ConfigurableListableBeanFactory| Modifier and Type | Field and Description |
|---|---|
static NoOpBeanFactoryPostProcessor |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
public static final NoOpBeanFactoryPostProcessor INSTANCE
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
postProcessBeanFactory in interface BeanFactoryPostProcessorBeansExceptionCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.