Uses of Class
org.springframework.restdocs.snippet.TemplatedSnippet
Packages that use 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
Subclasses of TemplatedSnippet in org.springframework.restdocs.cli -
Uses of TemplatedSnippet in org.springframework.restdocs.cookies
Subclasses of TemplatedSnippet in org.springframework.restdocs.cookiesModifier and TypeClassDescriptionclassAbstractTemplatedSnippetsubclass that provides a base for snippets that document a RESTful resource's request or response cookies.classASnippetthat documents the cookies in a request.classASnippetthat documents the cookies in a response. -
Uses of TemplatedSnippet in org.springframework.restdocs.headers
Subclasses of TemplatedSnippet in org.springframework.restdocs.headersModifier and TypeClassDescriptionclassAbstractTemplatedSnippetsubclass that provides a base for snippets that document a RESTful resource's request or response headers.classASnippetthat documents the headers in a request.classASnippetthat documents the headers in a response. -
Uses of TemplatedSnippet in org.springframework.restdocs.http
Subclasses of TemplatedSnippet in org.springframework.restdocs.http -
Uses of TemplatedSnippet in org.springframework.restdocs.hypermedia
Subclasses of TemplatedSnippet in org.springframework.restdocs.hypermedia -
Uses of TemplatedSnippet in org.springframework.restdocs.payload
Subclasses of TemplatedSnippet in org.springframework.restdocs.payloadModifier and TypeClassDescriptionclassAbstractTemplatedSnippetsubclass that provides a base for snippets that document a RESTful resource's request or response body.classAbstractTemplatedSnippetsubclass that provides a base for snippets that document a RESTful resource's request or response fields.classASnippetthat documents the body of a request.classASnippetthat documents the fields in a request.classASnippetthat documents the body of a request part.classASnippetthat documents the fields in a request part.classASnippetthat documents the body of a response.classASnippetthat documents the fields in a response. -
Uses of TemplatedSnippet in org.springframework.restdocs.request
Subclasses of TemplatedSnippet in org.springframework.restdocs.requestModifier and TypeClassDescriptionclassAbstractTemplatedSnippetsubclass that provides a base for snippets that document parameters from a request sent to a RESTful resource.classASnippetthat documents the path parameters supported by a RESTful resource.classASnippetthat documents the request parameters supported by a RESTful resource.classASnippetthat documents the request parts supported by a RESTful resource.