Class NoOpBeanFactoryPostProcessor
java.lang.Object
org.springframework.data.gemfire.support.NoOpBeanFactoryPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
public final class NoOpBeanFactoryPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
The
NoOpBeanFactoryPostProcessor
class is a Spring BeanFactoryPostProcessor
implementation
that performs no operation.- Since:
- 1.0.0
- See Also:
-
BeanFactoryPostProcessor
ConfigurableListableBeanFactory
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcessBeanFactory
(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
-
Field Details
-
INSTANCE
-
-
Method Details
-
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
postProcessBeanFactory
in interfaceorg.springframework.beans.factory.config.BeanFactoryPostProcessor
- Throws:
org.springframework.beans.BeansException
-