Generated by
JDiff

Package org.springframework.beans

Added Classes and Interfaces
BeanInfoFactory Strategy for creating BeanInfo instances.
ExtendedBeanInfoFactory BeanInfoFactory implementation that evaluates whether bean classes have "non-standard" JavaBeans setter methods and are thus candidates for introspection by Spring's ExtendedBeanInfo.
TypeConverterSupport Base implementation of the TypeConverter interface, using a package-private delegate.
 

Changed Classes and Interfaces
AbstractPropertyAccessor Abstract implementation of the PropertyAccessor interface.
BeanWrapperImpl Default BeanWrapper implementation that should be sufficient for all typical use cases.
DirectFieldAccessor PropertyAccessor implementation that directly accesses instance fields.
SimpleTypeConverter Simple implementation of the TypeConverter interface that does not operate on a specific target object.
TypeConverter Interface that defines type conversion methods.