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