| Package | Description |
|---|---|
| org.calrissian.restdoclet.collector | |
| org.calrissian.restdoclet.collector.jaxrs | |
| org.calrissian.restdoclet.collector.spring | |
| org.calrissian.restdoclet.model |
| 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() |
| 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,
com.sun.javadoc.Type type) |
Copyright © 2013–2015 Calrissian. All rights reserved.