Package | Description |
---|---|
io.swagger.jaxrs | |
io.swagger.models |
Modifier and Type | Method and Description |
---|---|
protected Swagger |
Reader.read(Class<?> cls,
String parentPath,
String parentMethod,
boolean isSubresource,
String[] parentConsumes,
String[] parentProduces,
Map<String,Tag> parentTags,
List<Parameter> parentParameters) |
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 |
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 © 2016. All rights reserved.