| Package | Description |
|---|---|
| com.carma.swagger.doclet.model |
| Modifier and Type | Method and Description |
|---|---|
List<Api> |
ApiDeclaration.getApis()
This gets the apis
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiDeclaration.setApis(List<Api> apis)
This sets the apis
|
| Constructor and Description |
|---|
ApiDeclaration(String swaggerVersion,
String apiVersion,
String basePath,
String resourcePath,
List<Api> apis,
Map<String,Model> models,
int priority,
String description) |
Copyright © 2015. All rights reserved.