| Name | Description | Type | Package | Framework |
| AbstractAutowireCapableBeanFactory | Abstract bean factory superclass that implements default bean creation,with the full capabilities specified by the RootBeanDefinition class. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AbstractBeanDefinition | Base class for concrete, full-fledged BeanDefinition classes,factoring out common properties of GenericBeanDefinition, | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AbstractBeanDefinitionReader | Abstract base class for bean definition readers which implementthe BeanDefinitionReader interface. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AbstractBeanFactory | Abstract base class for BeanFactoryConfigurableBeanFactory SPI. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AutowireCandidateQualifier | Qualifier for resolving autowire candidates. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| AutowireCandidateResolver | Strategy interface for determining whether a specific bean definitionqualifies as an autowire candidate for a specific dependency. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionBuilder | Programmatic means of constructingusing the builder pattern. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionDefaults | A simple holder for BeanDefinition property defaults. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionReader | Simple interface for bean definition readers. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionReaderUtils | Utility methods that are useful for bean definition reader implementations. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionRegistry | Interface for registries that hold bean definitions, for example RootBeanDefinitionand ChildBeanDefinition instances. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionRegistryPostProcessor | Extension to the standard BeanFactoryPostProcessor SPI, allowing forthe registration of further bean definitions before regular | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| BeanDefinitionValidationException | Exception thrown when the validation of a bean definition failed. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| BeanNameGenerator | Strategy interface for generating bean names for bean definitions. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| CglibSubclassingInstantiationStrategy | Default object instantiation strategy for use in BeanFactories. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ChildBeanDefinition | Bean definition for beans which inherit settings from their parent. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| DefaultBeanNameGenerator | Default implementation of the BeanNameGenerator interface, delegating toBeanDefinitionReaderUtils. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| DefaultListableBeanFactory | Default implementation of theListableBeanFactory and | Class | org.springframework.beans.factory.support | Spring MVC |
|
| DefaultSingletonBeanRegistry | Generic registry for shared bean instances, implementing theSingletonBeanRegistry. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| FactoryBeanRegistrySupport | Support base class for singleton registries which need to handleFactoryBean instances, | Class | org.springframework.beans.factory.support | Spring MVC |
|
| GenericBeanDefinition | GenericBeanDefinition is a one-stop shop for standard bean definition purposes. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| GenericTypeAwareAutowireCandidateResolver | Basic AutowireCandidateResolver that performs a full generic typematch with the candidate's type if the dependency is declared as a generic type | Class | org.springframework.beans.factory.support | Spring MVC |
|
| InstantiationStrategy | Interface responsible for creating instances corresponding to a root bean definition. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| LookupOverride | Represents an override of a method that looks up an object in the same IoC context. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedArray | Tag collection class used to hold managed array elements, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedList | Tag collection class used to hold managed List elements, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedMap | Tag collection class used to hold managed Map values, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedProperties | Tag class which represents a Spring-managed Properties instancethat supports merging of parent/child definitions. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ManagedSet | Tag collection class used to hold managed Set values, which mayinclude runtime bean references (to be resolved into bean objects). | Class | org.springframework.beans.factory.support | Spring MVC |
|
| MergedBeanDefinitionPostProcessor | Post-processor callback interface for merged bean definitions at runtime. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| MethodOverride | Object representing the override of a method on a managed object by the IoCNote that the override mechanism is not intended as a generic | Class | org.springframework.beans.factory.support | Spring MVC |
|
| MethodOverrides | Set of method overrides, determining which, if any, methods on amanaged object the Spring IoC container will override at runtime. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| MethodReplacer | Interface to be implemented by classes that can reimplement any methodon an IoC-managed object: the Method Injection form of | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| PropertiesBeanDefinitionReader | Bean definition reader for a simple properties format. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| ReplaceOverride | Extension of MethodOverride that represents an arbitraryoverride of a method by the IoC container. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| RootBeanDefinition | A root bean definition represents the merged bean definition that backsa specific bean in a Spring BeanFactory at runtime. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SecurityContextProvider | Provider of the security context of the code running inside the bean factory. | Interface | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleAutowireCandidateResolver | AutowireCandidateResolver implementation to use when no annotationsupport is available. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleBeanDefinitionRegistry | Simple implementation of the BeanDefinitionRegistry interface. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleInstantiationStrategy | Simple object instantiation strategy for use in a BeanFactory. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| SimpleSecurityContextProvider | Simple SecurityContextProvider implementation. | Class | org.springframework.beans.factory.support | Spring MVC |
|
| StaticListableBeanFactory | Static BeanFactory implementationwhich allows to register existing singleton instances programmatically. | Class | org.springframework.beans.factory.support | Spring MVC |