Generated by
JDiff

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

Added Methods
Object constructAttribute(Constructor<?>, String, MethodParameter, WebDataBinderFactory, NativeWebRequest) Construct a new attribute instance with the given constructor.
void validateValueIfApplicable(WebDataBinder, MethodParameter, Class<?>, String, Object) Validate the specified candidate value if applicable.
 

Changed Methods
Object constructAttribute(Constructor<?>, String, WebDataBinderFactory, NativeWebRequest) Now deprecated.
as of 5.1, in favor of {@link #constructAttribute(Constructor, String, MethodParameter, WebDataBinderFactory, NativeWebRequest)}