| 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 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() |
| 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.