Uses of Interface
org.springframework.core.AliasRegistry
Packages that use AliasRegistry
Package
Description
Classes supporting the 
org.springframework.beans.factory package.Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
Classes supporting the org.springframework.context package,
 such as abstract base classes for ApplicationContext
 implementations and a MessageSource implementation.
Provides basic classes for exception handling and version detection,
 and other core helpers that are not specific to any part of the framework.
Classes supporting the 
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes.- 
Uses of AliasRegistry in org.springframework.beans.factory.supportSubinterfaces of AliasRegistry in org.springframework.beans.factory.supportModifier and TypeInterfaceDescriptioninterfaceInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Classes in org.springframework.beans.factory.support that implement AliasRegistryModifier 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.
- 
Uses of AliasRegistry in org.springframework.context.annotationClasses in org.springframework.context.annotation that implement AliasRegistryModifier and TypeClassDescriptionclassStandalone application context, accepting component classes as input — in particular@Configuration-annotated classes, but also plain@Componenttypes and JSR-330 compliant classes usingjakarta.injectannotations.
- 
Uses of AliasRegistry in org.springframework.context.supportClasses in org.springframework.context.support that implement AliasRegistryModifier and TypeClassDescriptionclassGeneric ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.classAnApplicationContextimplementation that extendsGenericApplicationContextand implementsGroovyObjectsuch that beans can be retrieved with the dot de-reference syntax instead of usingAbstractApplicationContext.getBean(java.lang.String).classConvenient application context with built-in XML support.classApplicationContextimplementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.
- 
Uses of AliasRegistry in org.springframework.coreClasses in org.springframework.core that implement AliasRegistry
- 
Uses of AliasRegistry in org.springframework.web.context.supportClasses in org.springframework.web.context.support that implement AliasRegistryModifier and TypeClassDescriptionclassSubclass ofGenericApplicationContext, suitable for web environments.classStaticWebApplicationContextimplementation for testing.