Hello,
I need to find FactoryBeans in my ApplicationContext that implement a certain interface. There doesn't seem to be any way of accomplishing this from the ApplicationContext interface? I can get all non-factory beans that implement a certain interface, and I can get all beans that are created by a factory bean that implement a certain interface - but I cannot get factory beans themselves that implement a certain interface. Is there any way around this?
Thanks,
Andy


Reply With Quote