Class LazyProxyFactory

java.lang.Object
com.atlassian.confluence.impl.spring.LazyProxyFactory

@Deprecated public final class LazyProxyFactory extends Object
Deprecated.
since 7.15 Unused.
A utility for creating lazy proxies for Spring beans. This is primarily useful for handling circular reference problems.
Since:
7.5
  • Constructor Summary

    Constructors
    Constructor
    Description
    LazyProxyFactory(org.springframework.beans.factory.BeanFactory beanFactory)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    proxy(Class<T> targetType, String targetBeanName)
    Deprecated.
    Creates a proxy object for the Spring bean with the given name and type.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LazyProxyFactory

      public LazyProxyFactory(@Autowired org.springframework.beans.factory.BeanFactory beanFactory)
      Deprecated.
  • Method Details

    • proxy

      public <T> T proxy(Class<T> targetType, String targetBeanName)
      Deprecated.
      Creates a proxy object for the Spring bean with the given name and type.