Uses of Class
org.springframework.core.SimpleAliasRegistry
Package
Description
Classes supporting the
org.springframework.beans.factory
package.-
Uses of SimpleAliasRegistry 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.class
Simple implementation of theBeanDefinitionRegistry
interface.