Package org.springframework.beans.factory.config

SPI interfaces and configuration-related convenience classes for bean factories.

See
          Description

Class Diagram Summary
config 
 

Interface Summary
AutowireCapableBeanFactoryExtension of the BeanFactory interface to be implemented by bean factories that are capable of autowiring and expose this functionality for existing bean instances.
BeanFactoryPostProcessorAllows for custom modification of an application context's bean definitions, adapting the bean property values of the context's underlying bean factory.
BeanPostProcessorAllows for custom modification of new bean instances, e.g.
ConfigurableBeanFactorySPI interface to be implemented by most if not all bean factories.
ConfigurableListableBeanFactorySPI interface to be implemented by most if not all listable bean factories.
 

Class Summary
CommonsLogFactoryBeanFactory bean for commons-logging Log instances.
ConstructorArgumentValuesHolder for constructor argument values for a bean.
ListFactoryBeanSimple factory for shared List instances.
MapFactoryBeanSimple factory for shared Map instances.
MethodInvokingFactoryBeanFactoryBean which returns a value which is the result of a static or instance method invocation.
MethodInvokingFactoryBean.VoidType 
PropertiesFactoryBeanAllows for making a properties file from a classpath location available as Properties instance in a bean factory.
PropertyOverrideConfigurerA property resource configurer that overrides bean property values in an application context definition.
PropertyPlaceholderConfigurerA property resource configurer that resolves placeholders in bean property values of context definitions.
PropertyResourceConfigurerAllows for configuration of individual bean property values from a property resource, i.e.
ResourceFactoryBeanFactoryBean for Resource descriptors.
RuntimeBeanReferenceImmutable placeholder class used for the value of a PropertyValue object when it's a reference to another bean in this factory to be resolved at runtime.
SetFactoryBeanSimple factory for shared Set instances.
 

Package org.springframework.beans.factory.config Description

SPI interfaces and configuration-related convenience classes for bean factories.