Uses of Class
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Packages that use DefaultSingletonBeanRegistry
Package
Description
Classes supporting the
org.springframework.beans.factory package.-
Uses of DefaultSingletonBeanRegistry in org.springframework.beans.factory.support
Subclasses of DefaultSingletonBeanRegistry 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.classSupport base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management.