Class LazyReferenceTargetSourceCreator
- java.lang.Object
-
- org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
- com.atlassian.confluence.impl.spring.LazyReferenceTargetSourceCreator
-
- All Implemented Interfaces:
org.springframework.aop.framework.autoproxy.TargetSourceCreator,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean
public final class LazyReferenceTargetSourceCreator extends org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreatorA SpringTargetSourceCreatorwhich creates a lazy referenceTargetSourcearound a proxied beans.- Since:
- 7.15
-
-
Constructor Summary
Constructors Constructor Description LazyReferenceTargetSourceCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.aop.target.LazyInitTargetSourcecreateBeanFactoryBasedTargetSource(Class<?> beanClass, String beanName)
-
-
-
Method Detail
-
createBeanFactoryBasedTargetSource
protected org.springframework.aop.target.LazyInitTargetSource createBeanFactoryBasedTargetSource(Class<?> beanClass, String beanName)
- Specified by:
createBeanFactoryBasedTargetSourcein classorg.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator
-
-