Uses of Class
org.springframework.validation.AbstractErrors
Packages that use AbstractErrors Package Description org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.Uses of AbstractErrors in org.springframework.validation
Subclasses of AbstractErrors in org.springframework.validation Modifier and Type Class Description classAbstractBindingResultAbstract implementation of theBindingResultinterface and its super-interfaceErrors.classAbstractPropertyBindingResultAbstract base class forBindingResultimplementations that work with Spring'sPropertyAccessormechanism.classBeanPropertyBindingResultDefault implementation of theErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on JavaBean objects.classDirectFieldBindingResultSpecial implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.classMapBindingResultMap-based implementation of the BindingResult interface, supporting registration and evaluation of binding errors on Map attributes.