org.springframework.validation
Class Diagram validation

Class Summary
BindExceptionDefault implementation of the Errors interface, supporting registration and evaluation of binding errors.
DataBinderBinder that allows for binding property values to a target object.
ErrorsInterface to be implemented by objects that can store and expose information about data binding errors.
FieldErrorEncapsulates a field error, i.e.
ObjectErrorEncapsulates an object error, i.e.
ValidationUtilsThis utility class offers convenient methods for invoking a validator and for rejecting an empty field.
ValidatorInterface to be implemented by objects that can validate application-specific objects.