-
- 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
-
-
Field Summary
-
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008–2019 Pivotal Software, Inc.. All rights reserved.