FactoryBean « Batch « Spring Q&A





1. Spring: Getting FactoryBean object instead of FactoryBean.getObject()    stackoverflow.com

Short question: If I have class that impelemnts FactoryBean interface, how can I get from FactoryBean object itself instead of FactoryBean.getObject()? Long question: I have to use 3-rd party Spring based library ...