Uses of Class
org.eclipse.microprofile.openapi.annotations.headers.Header
-
Packages that use Header Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.media A set of annotations to represent input and output data type, media type and relevant examples.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 Header in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Header Modifier and Type Method Description Header[]
headers()
An object to hold reusable Header Objects. -
Uses of Header in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return Header Modifier and Type Method Description Header[]
headers()
An array of headers that corresponds to a map of headers in the encoding model. -
Uses of Header in org.eclipse.microprofile.openapi.annotations.responses
Methods in org.eclipse.microprofile.openapi.annotations.responses that return Header Modifier and Type Method Description Header[]
headers()
An array of response headers.
-