| Package | Description |
|---|---|
| org.restdoc.api |
| Modifier and Type | Method and Description |
|---|---|
RestResource |
RestResource.description(String _description) |
RestResource |
RestResource.id(String _id) |
RestResource |
RestResource.method(String verb,
MethodDefinition method) |
RestResource |
RestResource.param(String _name,
String _description,
ParamValidation... _validations) |
RestResource |
RestResource.path(String _path) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RestResource> |
RestDoc.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestDoc.setResources(Collection<RestResource> resources) |
Copyright © 2012-2014 RestDoc org. All Rights Reserved.