Uses of Interface
org.springframework.beans.factory.config.SingletonBeanRegistry
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory
package.-
Uses of SingletonBeanRegistry in org.springframework.beans.factory.config
Modifier and TypeInterfaceDescriptioninterface
Configuration interface to be implemented by most bean factories.interface
Configuration interface to be implemented by most listable bean factories. -
Uses of SingletonBeanRegistry 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.class
Generic registry for shared bean instances, implementing theSingletonBeanRegistry
.class
Support base class for singleton registries which need to handleFactoryBean
instances, integrated withDefaultSingletonBeanRegistry
's singleton management.