Generated by
JDiff

Package org.springframework.beans

Changed Classes and Interfaces
AbstractPropertyAccessor Abstract implementation of the PropertyAccessor interface.
BeanInstantiationException Exception thrown when instantiation of a bean failed.
BeanWrapper The central interface of Spring's low-level JavaBeans infrastructure.
BeanWrapperImpl Default BeanWrapper implementation that should be sufficient for all typical use cases.
ConversionNotSupportedException Exception thrown when no suitable editor or converter can be found for a bean property.
InvalidPropertyException Exception thrown when referring to an invalid bean property.
MutablePropertyValues Default implementation of the PropertyValues interface.
NotReadablePropertyException Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
NotWritablePropertyException Exception thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).
NullValueInNestedPathException Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
PropertyAccessor Common interface for classes that can access named properties (such as bean properties of an object or fields in an object) Serves as base interface for BeanWrapper.
PropertyBatchUpdateException Combined exception, composed of individual PropertyAccessException instances.
PropertyEditorRegistrySupport Base implementation of the PropertyEditorRegistry interface.
TypeMismatchException Exception thrown on a type mismatch when trying to set a bean property.