接口 BindingErrorProcessor

所有已知实现类:
DefaultBindingErrorProcessor

public interface BindingErrorProcessor
Strategy for processing DataBinder's missing field errors, and for translating a PropertyAccessException to a FieldError.

The error processor is pluggable so you can treat errors differently if you want to. A default implementation is provided for typical needs.

Note: this interface operates on a given BindingResult, to be compatible with any binding strategy (bean property, direct field access, etc). It can still receive a BindException as argument (since a BindException implements the BindingResult interface as well) but no longer operates on it directly.

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