Class 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 Detail

      • LazyProxyFactory

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

      • 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.