Uses of Class
org.springframework.validation.AbstractPropertyBindingResult
Packages that use AbstractPropertyBindingResult Package Description org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers.Uses of AbstractPropertyBindingResult in org.springframework.validation
Subclasses of AbstractPropertyBindingResult in org.springframework.validation Modifier and Type Class Description 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.Methods in org.springframework.validation that return AbstractPropertyBindingResult Modifier and Type Method Description protected AbstractPropertyBindingResultDataBinder. createBeanPropertyBindingResult()Create theAbstractPropertyBindingResultinstance using standard JavaBean property access.protected AbstractPropertyBindingResultDataBinder. createDirectFieldBindingResult()Create theAbstractPropertyBindingResultinstance using direct field access.protected AbstractPropertyBindingResultDataBinder. getInternalBindingResult()Return the internal BindingResult held by this DataBinder, as an AbstractPropertyBindingResult.