JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.springframework.restdocs.payload.AbstractBodySnippet
Packages that use
AbstractBodySnippet
Package
Description
org.springframework.restdocs.payload
Documenting the payload of a RESTful API's requests and responses.
Uses of
AbstractBodySnippet
in
org.springframework.restdocs.payload
Subclasses of
AbstractBodySnippet
in
org.springframework.restdocs.payload
Modifier and Type
Class
Description
class
RequestBodySnippet
A
Snippet
that documents the body of a request.
class
RequestPartBodySnippet
A
Snippet
that documents the body of a request part.
class
ResponseBodySnippet
A
Snippet
that documents the body of a response.