类 ErrorsMethodArgumentResolver

java.lang.Object
cn.taketoday.web.bind.resolver.ErrorsMethodArgumentResolver
所有已实现的接口:
ParameterResolvingStrategy

public class ErrorsMethodArgumentResolver extends Object implements ParameterResolvingStrategy
Resolves Errors method arguments.

An Errors method argument is expected to appear immediately after the model attribute in the method signature. It is resolved by expecting the last two attributes added to the model to be the model attribute and its BindingResult.

从以下版本开始:
4.0 2022/4/27 15:36
作者:
Rossen Stoyanchev, Juergen Hoeller, Harry Yang