| Modifier and Type | Method and Description |
|---|---|
protected abstract RequestBody |
AbstractCollector.generateRequestBody(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected RequestBody |
JaxRSCollector.generateRequestBody(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected RequestBody |
SpringCollector.generateRequestBody(com.sun.javadoc.MethodDoc methodDoc) |
| Modifier and Type | Method and Description |
|---|---|
RequestBody |
Endpoint.getRequestBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setRequestBody(RequestBody requestBody) |
| 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.