@Target(value=PARAMETER) @Retention(value=RUNTIME) @Inherited public @interface RequestBody
Parameter
,
Content
Modifier and Type | Optional Element and Description |
---|---|
Content[] |
content
The content of the request body.
|
String |
description
A brief description of the request body.
|
boolean |
required
Determines if the request body is required in the request.
|
Copyright © 2017. All rights reserved.