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.classARequestBodyAdviceimplementation that adds support for resolving KotlinKTypefrom the parameter and providing it as a hint with a"kotlin.reflect.KType"key.