| Package | Description |
|---|---|
| org.restdoc.api |
| Modifier and Type | Method and Description |
|---|---|
MethodDefinition |
MethodDefinition.accept(String _type,
String _schema) |
MethodDefinition |
MethodDefinition.description(String _description) |
MethodDefinition |
MethodDefinition.example(ExampleRequest _exampleRequest) |
MethodDefinition |
MethodDefinition.header(String _name,
String _description,
boolean _required) |
MethodDefinition |
MethodDefinition.response(ResponseDefinition _response) |
MethodDefinition |
MethodDefinition.statusCode(String _code,
String _description) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MethodDefinition> |
RestResource.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
RestResource |
RestResource.method(String verb,
MethodDefinition method) |
Copyright © 2012-2014 RestDoc org. All Rights Reserved.