- All Implemented Interfaces:
- EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<List<T>>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public class BeanListFactoryBean<T>
extends AbstractTypeAwareSupport<T>
implements org.springframework.beans.factory.FactoryBean<List<T>>
Factory to create bean lists for a given type. Exposes all beans of the configured type that can be found in the
ApplicationContext
.
- Author:
- Oliver Gierke