Uses of Package
org.springframework.restdocs.payload
Packages that use org.springframework.restdocs.payload
Package
Description
Documenting the payload of a RESTful API's requests and responses.
-
Classes in org.springframework.restdocs.payload used by org.springframework.restdocs.payloadClassDescriptionAbstract
TemplatedSnippetsubclass that provides a base for snippets that document a RESTful resource's request or response body.AbstractTemplatedSnippetsubclass that provides a base for snippets that document a RESTful resource's request or response fields.A description of a field found in a request or response payload.APayloadSubsectionExtractorthat extracts the subsection of the JSON payload identified by a field path.Resolves the type of a field in a request or response payload.An enumeration of the possible types for a field in a JSON request or response payload.Strategy interface for extracting a subsection of a payload.ASnippetthat documents the body of a request.ASnippetthat documents the fields in a request.ASnippetthat documents the body of a request part.ASnippetthat documents the fields in a request part.ASnippetthat documents the body of a response.ASnippetthat documents the fields in a response.A description of a subsection, i.e.