Uses of Class
org.springframework.core.SimpleAliasRegistry
Packages that use SimpleAliasRegistry
Package
Description
Classes supporting the
org.springframework.beans.factory package.-
Uses of SimpleAliasRegistry in org.springframework.beans.factory.support
Subclasses of SimpleAliasRegistry 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.classGeneric registry for shared bean instances, implementing theSingletonBeanRegistry.classSupport base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management.classSimple implementation of theBeanDefinitionRegistryinterface.