spring-framework / org.springframework.web.bind.support / ConfigurableWebBindingInitializer / setBindingErrorProcessor

setBindingErrorProcessor

fun setBindingErrorProcessor(@Nullable bindingErrorProcessor: BindingErrorProcessor): Unit

Set the strategy to use for processing binding errors, that is, required field errors and PropertyAccessExceptions.

Default is null, that is, using the default strategy of the data binder.

See Also
org.springframework.validation.DataBinder#setBindingErrorProcessor