BaseCommandController.java 文件源码

java
阅读 33 收藏 0 点赞 0 评论 0

项目:class-guard 作者:
/**
 * Set the strategy to use for processing binding errors, that is,
 * required field errors and {@code PropertyAccessException}s.
 * <p>Default is {@code null}, that is, using the default strategy
 * of the data binder.
 * @see #createBinder
 * @see org.springframework.validation.DataBinder#setBindingErrorProcessor
 */
public final void setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor) {
    this.bindingErrorProcessor = bindingErrorProcessor;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号