Uses of Class
org.springframework.beans.factory.support.AbstractBeanFactory
Package
Description
Classes supporting the
org.springframework.beans.factory
package.-
Uses of AbstractBeanFactory 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
Spring's default implementation of theConfigurableListableBeanFactory
andBeanDefinitionRegistry
interfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.