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