Uses of Interface
org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdvice
Packages that use 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
Classes in org.springframework.web.servlet.mvc.method.annotation that implement RequestBodyAdviceModifier and TypeClassDescriptionclassARequestBodyAdviceimplementation that adds support for Jackson's@JsonViewannotation declared on a Spring MVC@HttpEntityor@RequestBodymethod parameter.classA convenient starting point for implementingRequestBodyAdvicewith default method implementations.Method parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type RequestBodyAdviceModifier and TypeMethodDescriptionvoidRequestMappingHandlerAdapter.setRequestBodyAdvice(List<RequestBodyAdvice> requestBodyAdvice) Add one or moreRequestBodyAdviceinstances to intercept the request before it is read and converted for@RequestBodyandHttpEntitymethod arguments.