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