Package org.springframework.beans.factory.support

Classes supporting the org.springframework.beans.factory package.

See
          Description

Class Diagram Summary
support 
 

Interface Summary
BeanDefinitionRegistryInterface for registries that hold bean definitions, i.e.
 

Class Summary
AbstractBeanDefinitionCommon base class for bean definitions.
AbstractBeanDefinitionReaderAbstract base class for bean definition readers.
AbstractBeanFactoryAbstract superclass that makes implementing a BeanFactory very easy.
BeanDefinitionValidationExceptionException if the validation of a bean definition failed.
ChildBeanDefinitionBean definition for beans whose class is defined by their ancestry.
DefaultListableBeanFactoryConcrete implementation of ListableBeanFactory.
ManagedListTag subclass used to hold managed elements, which may include runtime bean references.
ManagedMapTag subclass used to hold managed values, which may include runtime bean references
ManagedSetTag subclass used to hold managed elements, which may include runtime bean references.
PropertiesBeanDefinitionReaderBean definition reader for a simple properties format.
RootBeanDefinitionRoot bean definitions have a class plus optionally constructor argument values and property values.
StaticListableBeanFactoryStatic factory that allows to register existing singleton instances programmatically.
 

Package org.springframework.beans.factory.support Description

Classes supporting the org.springframework.beans.factory package. Contains abstract base classes for BeanFactory implementations.