@Target(value={METHOD,PARAMETER,ANNOTATION_TYPE}) @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. 
 | 
Extension[] | 
extensions
The list of optional extensions 
 | 
String | 
ref
A reference to a RequestBody defined in components RequestBodies. 
 | 
boolean | 
required
Determines if the request body is required in the request. 
 | 
public abstract String description
public abstract Content[] content
public abstract boolean required
public abstract Extension[] extensions
public abstract String ref
Copyright © 2018. All rights reserved.