Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.ServletModelAttributeMethodProcessor

Documentation changed from old to new.

Changed Constructors
ServletModelAttributeMethodProcessor(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
Object createAttribute(String, MethodParameter, WebDataBinderFactory, NativeWebRequest) Documentation changed from old to new.
Instantiate the model attribute from a URI template variable or from a request parameter if the name matches to the model attribute name and if there is an appropriate type conversion strategy.
Object createAttributeFromRequestValue(String, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) Documentation changed from old to new.
Create a model attribute from a String request value (e.g.
String getRequestValueForAttribute(String, NativeWebRequest) Documentation changed from old to new.
Obtain a value from the request that may be used to instantiate the model attribute through type conversion from String to the target type.