org.springframework.beans
Class Diagram beans

Class Summary
BeansExceptionAbstract superclass for all exceptions thrown in the beans package and subpackages.
BeanUtilsStatic convenience methods for JavaBeans.
BeanWrapperThe central interface of Spring's low-level JavaBeans infrastructure.
BeanWrapperImplDefault implementation of the BeanWrapper interface that should be sufficient for all normal uses.
CachedIntrospectionResultsClass to cache PropertyDescriptor information for a Java class.
FatalBeanExceptionThrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g.
MethodInvocationExceptionThrown when a method getter or setter throws an exception, analogous to an InvocationTargetException.
MutablePropertyValuesDefault implementation of the PropertyValues interface.
NotWritablePropertyExceptionException thrown on an attempt to set the value of a property that isn't writable, because there's no setter method.
NullValueInNestedPathExceptionException thrown when navigation of a valid nested property path encounters a null pointer exception.
PropertyAccessExceptionSuperclass for exceptions related to a property access, such as type mismatch or invocation target exception.
PropertyAccessExceptionsExceptionCombined exception, composed of individual binding exceptions.
PropertyValueClass to hold information and value for an individual property.
PropertyValuesObject containing 0 or more PropertyValues comprising one update.
PropertyValuesEditorEditor for PropertyValues objects.
TypeMismatchExceptionException thrown on a type mismatch when trying to set a property.