Uses of Class
org.springframework.beans.factory.serviceloader.AbstractServiceLoaderBasedFactoryBean
Packages that use AbstractServiceLoaderBasedFactoryBean
-
Uses of AbstractServiceLoaderBasedFactoryBean in org.springframework.beans.factory.serviceloader
Subclasses of AbstractServiceLoaderBasedFactoryBean in org.springframework.beans.factory.serviceloaderModifier and TypeClassDescriptionclass
FactoryBean
that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6ServiceLoader
facility.class
FactoryBean
that exposes all services for the configured service class, represented as a List of service objects, obtained through the JDK 1.6ServiceLoader
facility.class
FactoryBean
that exposes the JDK 1.6ServiceLoader
for the configured service class.