|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface RequestBody
Annotation indicating a method parameter should be bound to the body of the web request.
The body of the request is passed through an HttpMessageConverter
to resolve the
method argument depending on the content type of the request. Optionally, automatic
validation can be applied by annotating the argument with @Valid
.
Supported for annotated handler methods in Servlet environments.
RequestHeader
,
ResponseBody
,
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMethodAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |