Uses of Class
io.swagger.models.Tag
-
Packages that use Tag Package Description io.swagger.models -
-
Uses of Tag in io.swagger.models
Fields in io.swagger.models with type parameters of type Tag Modifier and Type Field Description protected List<Tag>Swagger. tagsMethods in io.swagger.models that return Tag Modifier and Type Method Description TagTag. description(String description)TagTag. externalDocs(ExternalDocs externalDocs)TagSwagger. getTag(String tagName)TagTag. name(String name)Methods in io.swagger.models that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Swagger. getTags()Methods in io.swagger.models with parameters of type Tag Modifier and Type Method Description voidSwagger. addTag(Tag tag)SwaggerSwagger. tag(Tag tag)Method parameters in io.swagger.models with type arguments of type Tag Modifier and Type Method Description voidSwagger. setTags(List<Tag> tags)SwaggerSwagger. tags(List<Tag> tags)
-