Changed Methods |
boolean isBindExceptionRequired(WebDataBinder, MethodParameter)
|
Documentation changed from old to new. |
Whether to raise a BindException on validation errors. |
Object resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory)
|
Documentation changed from old to new. |
Resolve the argument from the model or if not found instantiate it with
its default if it is available. |
boolean supportsReturnType(MethodParameter )
|
Documentation changed from old to new. |
Return {@code true} if there is a method-level {@code @ModelAttribute}
or if it is a non-simple type when {@code annotationNotRequired=true}. |