Uses of Interface
org.eclipse.microprofile.openapi.models.tags.Tag
Packages that use Tag
Package
Description
A set of Java interfaces, annotations and programming models which allow Java developers to natively produce OpenAPI
v3.1 documents from their Jakarta REST applications.
A set of interfaces for programmable models and their helper classes, many derived from Swagger Core library.
Model interface to represent a tag of an API endpoint.
-
Uses of Tag in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return TagModifier and TypeMethodDescriptionstatic TagOASFactory.createTag()This method creates a newTaginstance.default TagAllows filtering of a particular Tag.Methods in org.eclipse.microprofile.openapi with parameters of type Tag -
Uses of Tag in org.eclipse.microprofile.openapi.models
Methods in org.eclipse.microprofile.openapi.models that return types with arguments of type TagModifier and TypeMethodDescriptionOpenAPI.getTags()Returns the tags property from an OpenAPI instance.Methods in org.eclipse.microprofile.openapi.models with parameters of type TagModifier and TypeMethodDescriptionAdds the given tag to this OpenAPI instance's list of tags.voidRemoves the given tag to this OpenAPI instance's list of tags.Method parameters in org.eclipse.microprofile.openapi.models with type arguments of type Tag -
Uses of Tag in org.eclipse.microprofile.openapi.models.tags
Methods in org.eclipse.microprofile.openapi.models.tags that return TagModifier and TypeMethodDescriptiondefault TagTag.description(String description) Sets the description property of a Tag instance to the given string.default TagTag.externalDocs(ExternalDocumentation externalDocs) Sets the externalDocs property of a Tag instance to the given object.default TagSets the name property of a Tag instance to the given string.