Uses of Class
org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter
Packages that use RequestBodyAdviceAdapter
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of RequestBodyAdviceAdapter in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclassARequestBodyAdviceimplementation that adds support for Jackson's@JsonViewannotation declared on a Spring MVC@HttpEntityor@RequestBodymethod parameter.