| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<QueryParam> |
AbstractCollector.generateQueryParams(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<QueryParam> |
JaxRSCollector.generateQueryParams(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<QueryParam> |
SpringCollector.generateQueryParams(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<QueryParam> |
Endpoint.getQueryParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setQueryParams(Collection<QueryParam> queryParams) |
| 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.