Uses of Class
org.springframework.restdocs.snippet.TemplatedSnippet
Package
Description
Documenting CLI commands required to make a request to a RESTful API.
Documenting the cookies of a RESTful API's requests and responses.
Documenting the headers of a RESTful API's requests and responses.
Documenting the HTTP request sent to a RESTful API and the HTTP response that is
returned.
Documenting a RESTful API that uses hypermedia.
Documenting the payload of a RESTful API's requests and responses.
Documenting query and path parameters of requests sent to a RESTful API.
-
Uses of TemplatedSnippet in org.springframework.restdocs.cli
-
Uses of TemplatedSnippet in org.springframework.restdocs.cookies
Modifier and TypeClassDescriptionclass
AbstractTemplatedSnippet
subclass that provides a base for snippets that document a RESTful resource's request or response cookies.class
ASnippet
that documents the cookies in a request.class
ASnippet
that documents the cookies in a response. -
Uses of TemplatedSnippet in org.springframework.restdocs.headers
Modifier and TypeClassDescriptionclass
AbstractTemplatedSnippet
subclass that provides a base for snippets that document a RESTful resource's request or response headers.class
ASnippet
that documents the headers in a request.class
ASnippet
that documents the headers in a response. -
Uses of TemplatedSnippet in org.springframework.restdocs.http
-
Uses of TemplatedSnippet in org.springframework.restdocs.hypermedia
-
Uses of TemplatedSnippet in org.springframework.restdocs.payload
Modifier and TypeClassDescriptionclass
AbstractTemplatedSnippet
subclass that provides a base for snippets that document a RESTful resource's request or response body.class
AbstractTemplatedSnippet
subclass that provides a base for snippets that document a RESTful resource's request or response fields.class
ASnippet
that documents the body of a request.class
ASnippet
that documents the fields in a request.class
ASnippet
that documents the body of a request part.class
ASnippet
that documents the fields in a request part.class
ASnippet
that documents the body of a response.class
ASnippet
that documents the fields in a response. -
Uses of TemplatedSnippet in org.springframework.restdocs.request
Modifier and TypeClassDescriptionclass
AbstractTemplatedSnippet
subclass that provides a base for snippets that document parameters from a request sent to a RESTful resource.class
ASnippet
that documents the form parameters supported by a RESTful resource.class
ASnippet
that documents the path parameters supported by a RESTful resource.class
ASnippet
that documents the query parameters supported by a RESTful resource.class
ASnippet
that documents the request parts supported by a RESTful resource.