Uses of Class
org.springframework.beans.factory.config.AbstractFactoryBean
Packages that use AbstractFactoryBean
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Support package for the Java 6 ServiceLoader facility.
Defines the Spring JDBC configuration namespace.
-
Uses of AbstractFactoryBean in org.springframework.beans.factory.config
Subclasses of AbstractFactoryBean in org.springframework.beans.factory.configModifier and TypeClassDescriptionclassSimple factory for shared List instances.classSimple factory for shared Map instances.classAFactoryBeanimplementation that returns a value which is anObjectFactorythat in turn returns a bean sourced from aBeanFactory.classAFactoryBeanimplementation that returns a value which is a JSR-330Providerthat in turn returns a bean sourced from aBeanFactory.classSimple factory for shared Set instances. -
Uses of AbstractFactoryBean in org.springframework.beans.factory.serviceloader
Subclasses of AbstractFactoryBean in org.springframework.beans.factory.serviceloaderModifier and TypeClassDescriptionclassAbstract base class for FactoryBeans operating on the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoaderfacility.classFactoryBeanthat exposes the JDK 1.6ServiceLoaderfor the configured service class. -
Uses of AbstractFactoryBean in org.springframework.jdbc.config
Subclasses of AbstractFactoryBean in org.springframework.jdbc.configModifier and TypeClassDescriptionclassFactoryBeanimplementation that takes a list of location Strings and creates a sorted array ofResourceinstances.