类 BeanPropertyBindingResult

所有已实现的接口:
BindingResult, Errors, Serializable

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().

从以下版本开始:
4.0
作者:
Juergen Hoeller
另请参阅: