| Package | Description | 
|---|---|
| org.springframework.validation | Provides data binding and validation functionality,
 for usage in business and/or UI layers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanPropertyBindingResultDefault implementation of the  ErrorsandBindingResultinterfaces, for the registration and evaluation of binding errors on
 JavaBean objects. | 
| class  | DirectFieldBindingResultSpecial implementation of the Errors and BindingResult interfaces,
 supporting registration and evaluation of binding errors on value objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AbstractPropertyBindingResult | DataBinder. createBeanPropertyBindingResult()Create the  AbstractPropertyBindingResultinstance using standard
 JavaBean property access. | 
| protected AbstractPropertyBindingResult | DataBinder. createDirectFieldBindingResult()Create the  AbstractPropertyBindingResultinstance using direct
 field access. | 
| protected AbstractPropertyBindingResult | DataBinder. getInternalBindingResult()Return the internal BindingResult held by this DataBinder,
 as an AbstractPropertyBindingResult. |