Generated by
JDiff

Class org.springframework.web.method.annotation.ModelAttributeMethodProcessor

Documentation changed from old to new.

Changed Constructors
ModelAttributeMethodProcessor(boolean) Documentation changed from old to new.
@param annotationNotRequired if "true", non-simple method arguments and return values are considered model attributes with or without a {@code @ModelAttribute} annotation.
 

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}.