| Package | Description | 
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.serviceloader | Support package for the Java 6 ServiceLoader facility. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CustomAutowireConfigurerA  BeanFactoryPostProcessorimplementation that allows for convenient registration of custom autowire
 qualifier types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFactoryBean<T>Simple template superclass for  FactoryBeanimplementations that
 creates a singleton or a prototype object, depending on a flag. | 
| class  | CustomScopeConfigurerSimple  BeanFactoryPostProcessorimplementation that registers
 customScope(s)with the containingConfigurableBeanFactory. | 
| class  | FieldRetrievingFactoryBeanFactoryBeanwhich retrieves a static or non-static field value. | 
| class  | ListFactoryBeanSimple factory for shared List instances. | 
| class  | MapFactoryBeanSimple factory for shared Map instances. | 
| class  | MethodInvokingBeanSimple method invoker bean: just invoking a target method, not expecting a result
 to expose to the container (in contrast to  MethodInvokingFactoryBean). | 
| class  | MethodInvokingFactoryBeanFactoryBeanwhich returns a value which is the result of a static or instance
 method invocation. | 
| class  | ObjectFactoryCreatingFactoryBeanA  FactoryBeanimplementation that
 returns a value which is anObjectFactorythat in turn returns a bean sourced from aBeanFactory. | 
| class  | ProviderCreatingFactoryBeanA  FactoryBeanimplementation that
 returns a value which is a JSR-330Providerthat in turn
 returns a bean sourced from aBeanFactory. | 
| class  | SetFactoryBeanSimple factory for shared Set instances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractServiceLoaderBasedFactoryBeanAbstract base class for FactoryBeans operating on the
 JDK 1.6  ServiceLoaderfacility. | 
| class  | ServiceFactoryBeanFactoryBeanthat exposes the
 'primary' service for the configured service class, obtained through
 the JDK 1.6ServiceLoaderfacility. | 
| class  | ServiceListFactoryBeanFactoryBeanthat exposes all
 services for the configured service class, represented as a List of service objects,
 obtained through the JDK 1.6ServiceLoaderfacility. | 
| class  | ServiceLoaderFactoryBeanFactoryBeanthat exposes the
 JDK 1.6ServiceLoaderfor the configured service class. |