Package io.meeds.spring.kernel.model
Class SpringBeanProxyFactoryBean<T>
java.lang.Object
io.meeds.spring.kernel.model.SpringBeanProxyFactoryBean<T>
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<T>
public class SpringBeanProxyFactoryBean<T>
extends Object
implements org.springframework.beans.factory.FactoryBean<T>
Used to inject Beans from a Spring content to another by avoiding
`AutowiredAnnotationBeanPostProcessor` which will attempt to resolve
`@Autowired` Bean dependencies again. See Meeds-io/meeds#2469
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton