|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Classes and Interfaces | |
|
A convenient base class for a {@code ResponseBodyAdvice} to instruct the MappingJackson2HttpMessageConverter to serialize with JSONP formatting. |
|
A convenient base class for {@code ResponseBodyAdvice} implementations that customize the response before JSON serialization with MappingJackson2HttpMessageConverter. |
|
A {@code ResponseBodyAdvice} implementation that adds support for Jackson's {@code @JsonView} annotation declared on a Spring MVC {@code @RequestMapping} or {@code @ExceptionHandler} method. |
|
Handles return values of type org.springframework.util.concurrent.ListenableFuture. |
MethodArgumentBuilder |
|
|
Allows customizing the response after the execution of an {@code @ResponseBody} or an {@code ResponseEntity} controller method but before the body is written with an {@code HttpMessageConverter}. |
Changed Classes | |
|
Extends AbstractMessageConverterMethodArgumentResolver with the ability to handle method return values by writing to the response with HttpMessageConverters. |
|
An AbstractHandlerMethodExceptionResolver that resolves exceptions through {@code @ExceptionHandler} methods. |
|
Resolves HttpEntity and RequestEntity method argument values and also handles HttpEntity and ResponseEntity return values. |
|
A UriComponentsBuilder that helps to build URIs to Spring MVC controllers and methods from their request mappings. |
|
Resolves method arguments annotated with an @PathVariable. |
|
An AbstractHandlerMethodAdapter that supports HandlerMethods with the signature -- method argument and return types, defined in {@code @RequestMapping}. |
|
Resolves method arguments annotated with {@code @RequestBody} and handles return values from methods annotated with {@code @ResponseBody} by reading and writing to the body of the request or response with an HttpMessageConverter. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |