Package | Description |
---|---|
org.springframework.restdocs.request |
Documenting query and path parameters of requests sent to a RESTful API.
|
Class and 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. |
RequestParametersSnippet
A
Snippet that documents the request parameters supported by a RESTful
resource. |
RequestPartDescriptor
A descriptor of a request part.
|
RequestPartsSnippet
A
Snippet that documents the request parts supported by a RESTful resource. |