Uses of Class
org.springframework.validation.AbstractPropertyBindingResult
Package
Description
Provides data binding and validation functionality,
for usage in business and/or UI layers.
-
Uses of AbstractPropertyBindingResult in org.springframework.validation
Modifier and TypeClassDescriptionclass
Default implementation of theErrors
andBindingResult
interfaces, for the registration and evaluation of binding errors on JavaBean objects.class
Special implementation of the Errors and BindingResult interfaces, supporting registration and evaluation of binding errors on value objects.Modifier and TypeMethodDescriptionprotected AbstractPropertyBindingResult
DataBinder.createBeanPropertyBindingResult()
Create theAbstractPropertyBindingResult
instance using standard JavaBean property access.protected AbstractPropertyBindingResult
DataBinder.createDirectFieldBindingResult()
Create theAbstractPropertyBindingResult
instance using direct field access.protected AbstractPropertyBindingResult
DataBinder.getInternalBindingResult()
Return the internal BindingResult held by this DataBinder, as an AbstractPropertyBindingResult.