Generated by
JDiff

Package org.springframework.web.servlet.mvc.method.annotation

Added Classes and Interfaces
MvcUriComponentsBuilder A UriComponentsBuilder that helps to build URIs to Spring MVC controllers and methods from their request mappings.
MvcUriComponentsBuilder.
MethodInvocationInfo
 
 

Changed Classes
ExceptionHandlerExceptionResolver An AbstractHandlerMethodExceptionResolver that resolves exceptions through {@code @ExceptionHandler} methods.
PathVariableMethodArgumentResolver Resolves method arguments annotated with an @PathVariable.
RequestMappingHandlerAdapter An AbstractHandlerMethodAdapter that supports HandlerMethods with the signature -- method argument and return types, defined in {@code @RequestMapping}.
RequestMappingHandlerMapping Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes.
ResponseEntityExceptionHandler A convenient base class for @ControllerAdvice classes that wish to provide centralized exception handling across all {@code @RequestMapping} methods through {@code @ExceptionHandler} methods.