Uses of Package
org.springframework.beans.factory.support
Packages that use org.springframework.beans.factory.support
Package
Description
Support package for annotation-driven bean configuration.
AOT support for bean factories.
Support package for Groovy-based bean definitions.
Classes supporting the
org.springframework.beans.factory package.Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.annotationClassDescriptionBase class for concrete, full-fledged
BeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.GenericBeanDefinition is a one-stop shop for declarative bean definition purposes.BasicAutowireCandidateResolverthat performs a full generic type match with the candidate's type if the dependency is declared as a generic type (for example,Repository<Customer>).Post-processor callback interface for merged bean definitions at runtime.ARegisteredBeanrepresents a bean that has been registered with aBeanFactory, but has not necessarily been instantiated.A root bean definition represents the merged bean definition at runtime that backs a specific bean in a Spring BeanFactory.AutowireCandidateResolverimplementation to use when no annotation support is available. -
Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.aotClassDescriptionSpecialized
Supplierthat can be set on aBeanDefinitionwhen details about theregistered beanare needed to supply the instance.ARegisteredBeanrepresents a bean that has been registered with aBeanFactory, but has not necessarily been instantiated.Descriptor for how a bean should be instantiated.A root bean definition represents the merged bean definition at runtime that backs a specific bean in a Spring BeanFactory. -
Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.groovyClassDescriptionBase class for concrete, full-fledged
BeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.Abstract base class for bean definition readers which implement theBeanDefinitionReaderinterface.Simple interface for bean definition readers that specifies load methods withResourceandStringlocation parameters.Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.GenericBeanDefinition is a one-stop shop for declarative bean definition purposes. -
Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.supportClassDescriptionAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by the
RootBeanDefinitionclass.Base class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.Abstract base class for bean definition readers which implement theBeanDefinitionReaderinterface.Abstract base class forBeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI.Qualifier for resolving autowire candidates.Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.Programmatic means of constructingBeanDefinitionsusing the builder pattern.A simple holder forBeanDefinitionproperty defaults.Simple interface for bean definition readers that specifies load methods withResourceandStringlocation parameters.Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Exception thrown when the validation of a bean definition failed.Strategy interface for generating bean names for bean definitions.Bean definition for beans which inherit settings from their parent.Default implementation of theBeanNameGeneratorinterface, delegating toBeanDefinitionReaderUtils.generateBeanName(BeanDefinition, BeanDefinitionRegistry).Generic registry for shared bean instances, implementing theSingletonBeanRegistry.Support base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management.SpecializedSupplierthat can be set on aBeanDefinitionwhen details about theregistered beanare needed to supply the instance.Interface responsible for creating instances corresponding to a root bean definition.Tag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects).Tag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects).Tag collection class used to hold managed Set values, which may include runtime bean references (to be resolved into bean objects).Object representing the override of a method on a managed object by the IoC container.Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.ARegisteredBeanrepresents a bean that has been registered with aBeanFactory, but has not necessarily been instantiated.Descriptor for how a bean should be instantiated.A root bean definition represents the merged bean definition at runtime that backs a specific bean in a Spring BeanFactory.AutowireCandidateResolverimplementation to use when no annotation support is available.Simple object instantiation strategy for use in a BeanFactory. -
Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.xmlClassDescriptionBase class for concrete, full-fledged
BeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.Abstract base class for bean definition readers which implement theBeanDefinitionReaderinterface.Programmatic means of constructingBeanDefinitionsusing the builder pattern.A simple holder forBeanDefinitionproperty defaults.Simple interface for bean definition readers that specifies load methods withResourceandStringlocation parameters.Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.