Generated by
JDiff

Package org.springframework.beans.factory.support

Added Classes
GenericTypeAwareAutowireCandidateResolver Basic AutowireCandidateResolver that performs a full generic type match with the candidate's type if the dependency is declared as a generic type (e.g.
 

Changed Classes and Interfaces
AbstractAutowireCapableBeanFactory Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractBeanDefinition Base class for concrete, full-fledged org.springframework.beans.factory.config.BeanDefinition classes, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
AbstractBeanFactory Abstract base class for org.springframework.beans.factory.BeanFactory implementations, providing the full capabilities of the org.springframework.beans.factory.config.ConfigurableBeanFactory SPI.
AutowireCandidateQualifier Qualifier for resolving autowire candidates.
AutowireCandidateResolver Strategy interface for determining whether a specific bean definition qualifies as an autowire candidate for a specific dependency.
BeanDefinitionBuilder Programmatic means of constructing BeanDefinitions using the builder pattern.
CglibSubclassingInstantiationStrategy Default object instantiation strategy for use in BeanFactories.
DefaultListableBeanFactory Default implementation of the org.springframework.beans.factory.ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definition objects.
DefaultSingletonBeanRegistry Generic registry for shared bean instances, implementing the org.springframework.beans.factory.config.SingletonBeanRegistry.
FactoryBeanRegistrySupport Support base class for singleton registries which need to handle org.springframework.beans.factory.FactoryBean instances, integrated with DefaultSingletonBeanRegistry's singleton management.
PropertiesBeanDefinitionReader Bean definition reader for a simple properties format.
RootBeanDefinition A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.
SimpleAutowireCandidateResolver AutowireCandidateResolver implementation to use when no annotation support is available.
SimpleInstantiationStrategy Simple object instantiation strategy for use in a BeanFactory.
StaticListableBeanFactory Static org.springframework.beans.factory.BeanFactory implementation which allows to register existing singleton instances programmatically.