Package | Description |
---|---|
io.swagger.models |
Modifier and Type | Field and Description |
---|---|
protected List<Tag> |
Swagger.tags |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.description(String description) |
Tag |
Tag.externalDocs(ExternalDocs externalDocs) |
Tag |
Swagger.getTag(String tagName) |
Tag |
Tag.name(String name) |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
Swagger.getTags() |
Modifier and Type | Method and Description |
---|---|
void |
Swagger.addTag(Tag tag) |
Swagger |
Swagger.tag(Tag tag) |
Modifier and Type | Method and Description |
---|---|
void |
Swagger.setTags(List<Tag> tags) |
Swagger |
Swagger.tags(List<Tag> tags) |
Copyright © 2019. All Rights Reserved.