Uses of Class
org.springframework.beans.factory.support.FactoryBeanRegistrySupport
Packages that use FactoryBeanRegistrySupport
Package
Description
Classes supporting the
org.springframework.beans.factory package.-
Uses of FactoryBeanRegistrySupport in org.springframework.beans.factory.support
Subclasses of FactoryBeanRegistrySupport in org.springframework.beans.factory.supportModifier and TypeClassDescriptionclassAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinitionclass.classAbstract base class forBeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI.classSpring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.