Uses of Package
org.springframework.beans.factory.support
Packages that use org.springframework.beans.factory.support
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Various
TargetSourceCreator
implementations for use with Spring's AOP auto-proxying support.Support for AOP-based scoping of target objects, with configurable backend.
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.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.
Classes supporting the
org.springframework.jdbc.core package.Annotations and support classes for declarative JMS listener endpoints.
Classes supporting the
org.springframework.orm.jpa package.Annotation support for asynchronous method execution.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
Support package for Spring's dynamic language machinery,
with XML schema being the primary configuration format.
Support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
Support package for declarative transaction configuration,
with XML schema being the primary configuration format.
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes.Defines the XML configuration namespace for Spring MVC.
-
Classes in org.springframework.beans.factory.support used by org.springframework.aop.configClassDescriptionInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
-
Classes in org.springframework.beans.factory.support used by org.springframework.aop.framework.autoproxy.targetClassDescriptionSpring's default implementation of the
ConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors. -
Classes in org.springframework.beans.factory.support used by org.springframework.aop.scopeClassDescriptionInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
-
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.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.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.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. -
Classes in org.springframework.beans.factory.support used by org.springframework.context.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.A simple holder forBeanDefinitionproperty defaults.Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Extension to the standardBeanFactoryPostProcessorSPI, allowing for the registration of further bean definitions before regular BeanFactoryPostProcessor detection kicks in.Strategy interface for generating bean names for bean definitions.Spring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.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.context.supportClassDescriptionInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Spring's default implementation of the
ConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors. -
Classes in org.springframework.beans.factory.support used by org.springframework.jdbc.core.supportClassDescriptionInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Deprecated.as of 5.3, in favor of Spring's common bean definition formats and/or custom reader implementations
-
Classes in org.springframework.beans.factory.support used by org.springframework.jms.annotationClassDescriptionPost-processor callback interface for merged bean definitions at runtime.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.orm.jpa.supportClassDescriptionPost-processor callback interface for merged bean definitions at runtime.A
RegisteredBeanrepresents 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. -
Classes in org.springframework.beans.factory.support used by org.springframework.scheduling.annotationClassDescriptionPost-processor callback interface for merged bean definitions at runtime.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.scheduling.config
-
Classes in org.springframework.beans.factory.support used by org.springframework.scripting.configClassDescriptionInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
-
Classes in org.springframework.beans.factory.support used by org.springframework.test.context.supportClassDescriptionSpring's default implementation of the
ConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors. -
Classes in org.springframework.beans.factory.support used by org.springframework.test.context.webClassDescriptionSpring's default implementation of the
ConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors. -
Classes in org.springframework.beans.factory.support used by org.springframework.transaction.configClassDescriptionBase class for concrete, full-fledged
BeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition. -
Classes in org.springframework.beans.factory.support used by org.springframework.web.context.supportClassDescriptionInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Strategy interface for generating bean names for bean definitions.Spring's default implementation of the
ConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors. -
Classes in org.springframework.beans.factory.support used by org.springframework.web.servlet.configClassDescriptionBase class for concrete, full-fledged
BeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.Programmatic means of constructingBeanDefinitionsusing the builder pattern.