Uses of Class
org.eclipse.microprofile.openapi.annotations.tags.Tag
-
Packages that use Tag Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.tags A set of annotations to represent a tag for an API endpoint and a container that encapsulates multiple such tags. -
-
Uses of Tag in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return Tag Modifier and Type Method Description Tag[]
tags()
A list of tags used by the specification with additional metadata.Tag[]
tags()
The tags which apply to this operation. -
Uses of Tag in org.eclipse.microprofile.openapi.annotations.tags
Methods in org.eclipse.microprofile.openapi.annotations.tags that return Tag Modifier and Type Method Description Tag[]
value()
An array of Tag annotation objects which hold metadata for the API
-