|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Changed Classes | |
|
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters. |
|
Handles return values of type WebAsyncTask. |
|
Handles return values of type Callable. |
|
Handles return values of type CompletionStage (implemented by java.util.concurrent.CompletableFuture for example). |
|
Handles return values of type DeferredResult. |
|
Handles return values of type org.springframework.util.concurrent.ListenableFuture. |
|
Creates RequestMappingInfo instances from type and method-level @RequestMapping annotations in @Controller classes. |
|
A controller method return value type for asynchronous request processing where one or more objects are written to the response. |
|
Supports return values of type ResponseBodyEmitter and also
{@code ResponseEntity |
|
A convenient base class for @ControllerAdvice classes that wish to provide centralized exception handling across all {@code @RequestMapping} methods through {@code @ExceptionHandler} methods. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |