Uses of Class
org.eclipse.microprofile.openapi.annotations.media.Content
-
Packages that use Content Package Description org.eclipse.microprofile.openapi.annotations.parameters A set of annotations to describe and encapsulate operation parameters and operation's request body.org.eclipse.microprofile.openapi.annotations.responses Contains annotation to describe a single response from an API operation, and an annotation to encapsulate multiple responses from an API operation. -
-
Uses of Content in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters that return Content Modifier and Type Method Description Content[]
content()
The representation of this parameter, for different media types.Content[]
content()
The content of the request body. -
Uses of Content in org.eclipse.microprofile.openapi.annotations.responses
Methods in org.eclipse.microprofile.openapi.annotations.responses that return Content Modifier and Type Method Description Content[]
content()
An array containing descriptions of potential response payloads for different media types.
-