Package | Description |
---|---|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonpResponseBodyAdvice
A convenient base class for a
ResponseBodyAdvice to instruct the
MappingJackson2HttpMessageConverter
to serialize with JSONP formatting. |
class |
JsonViewResponseBodyAdvice
A
ResponseBodyAdvice implementation that adds support for Jackson's
@JsonView annotation declared on a Spring MVC @RequestMapping
or @ExceptionHandler method. |