Uses of Interface
org.springframework.beans.factory.BeanClassLoaderAware
Packages that use BeanClassLoaderAware
Package
Description
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Support package for the Java
ServiceLoader facility.-
Uses of BeanClassLoaderAware in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement BeanClassLoaderAwareModifier and TypeClassDescriptionclassABeanFactoryPostProcessorimplementation that allows for convenient registration of custom autowire qualifier types. -
Uses of BeanClassLoaderAware in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement BeanClassLoaderAwareModifier and TypeClassDescriptionclassSimple template superclass forFactoryBeanimplementations that creates a singleton or a prototype object, depending on a flag.classSimpleBeanFactoryPostProcessorimplementation that registers customScope(s)with the containingConfigurableBeanFactory.classFactoryBeanwhich retrieves a static or non-static field value.classSimple factory for shared List instances.classSimple factory for shared Map instances.classSimple method invoker bean: just invoking a target method, not expecting a result to expose to the container (in contrast toMethodInvokingFactoryBean).classFactoryBeanwhich returns a value which is the result of a static or instance method invocation.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 BeanClassLoaderAware in org.springframework.beans.factory.serviceloader
Classes in org.springframework.beans.factory.serviceloader that implement BeanClassLoaderAwareModifier 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.