Uses of Class
org.springframework.validation.AbstractBindingResult
Packages that use AbstractBindingResult Package Description org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.Uses of AbstractBindingResult in org.springframework.validation
Subclasses of AbstractBindingResult in org.springframework.validation Modifier and Type Class Description 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.