Uses of Interface
org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of RequestBodyAdvice in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclass
ARequestBodyAdvice
implementation that adds support for Jackson's@JsonView
annotation declared on a Spring MVC@HttpEntity
or@RequestBody
method parameter.class
A convenient starting point for implementingRequestBodyAdvice
with default method implementations.Modifier and TypeMethodDescriptionvoid
RequestMappingHandlerAdapter.setRequestBodyAdvice
(List<RequestBodyAdvice> requestBodyAdvice) Add one or moreRequestBodyAdvice
instances to intercept the request before it is read and converted for@RequestBody
andHttpEntity
method arguments.