| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<PathVar> |
AbstractCollector.generatePathVars(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PathVar> |
JaxRSCollector.generatePathVars(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<PathVar> |
SpringCollector.generatePathVars(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PathVar> |
Endpoint.getPathVars() |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setPathVars(Collection<PathVar> pathVars) |
| Constructor and Description |
|---|
Endpoint(String path,
String httpMethod,
Collection<QueryParam> queryParams,
Collection<PathVar> pathVars,
RequestBody requestBody,
Collection<String> consumes,
Collection<String> produces,
String shortDescription,
String description,
String type) |
Copyright © 2017 Anteros Tecnologia. All rights reserved.