Generated by
JDiff

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

Changed Classes
AbstractMessageConverterMethodProcessor Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters.
AsyncTaskMethodReturnValueHandler Handles return values of type WebAsyncTask.
CallableMethodReturnValueHandler Handles return values of type Callable.
CompletionStageReturnValueHandler Handles return values of type CompletionStage (implemented by java.util.concurrent.CompletableFuture for example).
DeferredResultMethodReturnValueHandler Handles return values of type DeferredResult.
ListenableFutureReturnValueHandler Handles return values of type org.springframework.util.concurrent.ListenableFuture.
RequestMappingHandlerMapping Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes.
ResponseBodyEmitter A controller method return value type for asynchronous request processing where one or more objects are written to the response.
ResponseBodyEmitterReturnValueHandler Supports return values of type ResponseBodyEmitter and also {@code ResponseEntity}.
ResponseEntityExceptionHandler A convenient base class for @ControllerAdvice classes that wish to provide centralized exception handling across all {@code @RequestMapping} methods through {@code @ExceptionHandler} methods.