Class BeanPropertyBindingResult

All Implemented Interfaces:
Serializable, BindingResult, Errors

public class BeanPropertyBindingResult extends AbstractPropertyBindingResult implements Serializable
Default implementation of the Errors and BindingResult interfaces, for the registration and evaluation of binding errors on JavaBean objects.

Performs standard JavaBean property access, also supporting nested properties. Normally, application code will work with the Errors interface or the BindingResult interface. A DataBinder returns its BindingResult via DataBinder.getBindingResult().

Since:
2.0
Author:
Juergen Hoeller
See Also: