Package | Description |
---|---|
org.springframework.restdocs |
Core Spring REST Docs classes.
|
org.springframework.restdocs.constraints |
Documenting a RESTful API's constraints.
|
org.springframework.restdocs.curl |
Documenting the curl command required to make a request to a RESTful API.
|
org.springframework.restdocs.http |
Documenting the HTTP request sent to a RESTful API and the HTTP response that is
returned.
|
org.springframework.restdocs.hypermedia |
Documenting a RESTful API that uses hypermedia.
|
org.springframework.restdocs.mockmvc |
Core classes for using Spring REST Docs with Spring Test's MockMvc.
|
org.springframework.restdocs.operation |
Operation API that describes a request that was sent and the response that was
received when calling a RESTful API.
|
org.springframework.restdocs.operation.preprocess |
Support for preprocessing an operation prior to it being documented.
|
org.springframework.restdocs.payload |
Documenting the payload of a RESTful API's requests and responses.
|
org.springframework.restdocs.request |
Documenting query and path parameters of requests sent to a RESTful API.
|
org.springframework.restdocs.snippet |
Snippet generation.
|
org.springframework.restdocs.templates |
Template API used to render documentation snippets.
|
org.springframework.restdocs.templates.mustache |
JMustache-based implementation of the template API.
|