Uses of Class
org.eclipse.microprofile.openapi.annotations.parameters.RequestBody
-
Packages that use RequestBody Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.callbacks A set of annotations to represent callback URL or an array of relevant callback URLs that can be invoked for a particular HTTP operation as well as the HTTP operation that will be invoked with the callback. -
-
Uses of RequestBody in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return RequestBody Modifier and Type Method Description RequestBody[]
requestBodies()
An object to hold reusable Request Body Objects.RequestBody
requestBody()
The request body for this operation. -
Uses of RequestBody in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return RequestBody Modifier and Type Method Description RequestBody
requestBody()
The request body applicable for this callback operation.
-