See: Description
Class | Description |
---|---|
AbstractParametersSnippet |
Abstract
TemplatedSnippet subclass that provides a base for snippets that
document parameters from a request sent to a RESTful resource. |
ParameterDescriptor |
A descriptor of a request or path parameter
|
PathParametersSnippet |
A
Snippet that documents the path parameters supported by a RESTful resource. |
RequestDocumentation |
Static factory methods for documenting aspects of a request sent to a RESTful API.
|
RequestParametersSnippet |
A
Snippet that documents the request parameters supported by a RESTful
resource. |