public final class LazyInitializationBeanFactoryPostProcessor
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
BeanFactoryPostProcessor to set lazy-init on bean definitions that are not
 excluded and have not already had a value
 explicitly set.
 
 Note that SmartInitializingSingletons are
 automatically excluded from lazy initialization to ensure that their
 callback method is
 invoked.
LazyInitializationExcludeFilter| Constructor and Description | 
|---|
| LazyInitializationBeanFactoryPostProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getOrder() | 
| void | postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) | 
public LazyInitializationBeanFactoryPostProcessor()
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionpublic int getOrder()
getOrder in interface org.springframework.core.Ordered