Performs standard JavaBean property access, also supporting nested properties. Normally, application code will work with the Errors
interface or the BindingResult
interface. A {@link DataBinder} returns its BindingResult
via{@link org.springframework.validation.DataBinder#getBindingResult()}.
@author Juergen Hoeller
@since 2.0
@see DataBinder#getBindingResult()
@see DataBinder#initBeanPropertyAccess()
@see DirectFieldBindingResult
|
|