Uses of Class
org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Package
Description
Classes supporting the
org.springframework.beans.factory
package.-
Uses of FactoryBeanRegistrySupport in org.springframework.beans.factory.support
Modifier and TypeClassDescriptionclass
Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinition
class.class
Abstract base class forBeanFactory
implementations, providing the full capabilities of theConfigurableBeanFactory
SPI.class
Spring's default implementation of theConfigurableListableBeanFactory
andBeanDefinitionRegistry
interfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.