Uses of Class
org.eclipse.microprofile.openapi.annotations.links.Link
-
Packages that use Link Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.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 Link in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Link Modifier and Type Method Description Link[]
links()
An object to hold reusable Link Objects. -
Uses of Link in org.eclipse.microprofile.openapi.annotations.responses
Methods in org.eclipse.microprofile.openapi.annotations.responses that return Link Modifier and Type Method Description Link[]
links()
An array of operation links that can be followed from the response.
-