org.springframework.beans.factory.config
Class Diagram config

Class 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.
CommonsLogFactoryBeanFactory bean for commons-logging Log instances.
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.
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.
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.