Uses of Interface
org.springframework.beans.factory.config.SingletonBeanRegistry
Packages that use SingletonBeanRegistry
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory package.Support case-by-case Bean overriding in Spring tests.
-
Uses of SingletonBeanRegistry in org.springframework.beans.factory.config
Subinterfaces of SingletonBeanRegistry in org.springframework.beans.factory.configModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most bean factories.interfaceConfiguration interface to be implemented by most listable bean factories. -
Uses of SingletonBeanRegistry in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement SingletonBeanRegistryModifier 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.classGeneric registry for shared bean instances, implementing theSingletonBeanRegistry.classSupport base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management. -
Uses of SingletonBeanRegistry in org.springframework.test.context.bean.override
Methods in org.springframework.test.context.bean.override with parameters of type SingletonBeanRegistryModifier and TypeMethodDescriptionprotected voidBeanOverrideHandler.trackOverrideInstance(Object override, SingletonBeanRegistry singletonBeanRegistry) Track the supplied bean override instance that was created by thisBeanOverrideHandler.