Short question: If I have class that impelemnts FactoryBean interface, how can I get from FactoryBean object itself instead of FactoryBean.getObject()?
You can get the factory bean itself using the & syntax in the spring config:
&
as opposed to: