Uses of Class
io.swagger.v3.oas.models.tags.Tag
-
Packages that use Tag Package Description io.swagger.v3.oas.models io.swagger.v3.oas.models.tags -
-
Uses of Tag in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return types with arguments of type Tag Modifier and Type Method Description List<Tag>OpenAPI. getTags()returns the tags property from a OpenAPI instance.Methods in io.swagger.v3.oas.models with parameters of type Tag Modifier and Type Method Description OpenAPIOpenAPI. addTagsItem(Tag tagsItem)Method parameters in io.swagger.v3.oas.models with type arguments of type Tag Modifier and Type Method Description voidOpenAPI. setTags(List<Tag> tags)OpenAPIOpenAPI. tags(List<Tag> tags) -
Uses of Tag in io.swagger.v3.oas.models.tags
Methods in io.swagger.v3.oas.models.tags that return Tag Modifier and Type Method Description TagTag. description(String description)TagTag. extensions(Map<String,Object> extensions)TagTag. externalDocs(ExternalDocumentation externalDocs)TagTag. name(String name)
-