Uses of Class
org.springframework.restdocs.cookies.ResponseCookiesSnippet
Package
Description
Documenting the cookies of a RESTful API's requests and responses.
-
Uses of ResponseCookiesSnippet in org.springframework.restdocs.cookies
Modifier and TypeMethodDescriptionfinal ResponseCookiesSnippet
ResponseCookiesSnippet.and
(List<CookieDescriptor> additionalDescriptors) Returns a newResponseCookiesSnippet
configured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors
.final ResponseCookiesSnippet
ResponseCookiesSnippet.and
(CookieDescriptor... additionalDescriptors) Returns a newResponseCookiesSnippet
configured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors
.static ResponseCookiesSnippet
CookieDocumentation.relaxedResponseCookies
(List<CookieDescriptor> descriptors) Returns a newSnippet
that will document the cookies of the API operation's response.static ResponseCookiesSnippet
CookieDocumentation.relaxedResponseCookies
(Map<String, Object> attributes, List<CookieDescriptor> descriptors) Returns a newSnippet
that will document the cookies of the API operations's response.static ResponseCookiesSnippet
CookieDocumentation.relaxedResponseCookies
(Map<String, Object> attributes, CookieDescriptor... descriptors) Returns a newSnippet
that will document the cookies of the API operations's response.static ResponseCookiesSnippet
CookieDocumentation.relaxedResponseCookies
(CookieDescriptor... descriptors) Returns a newSnippet
that will document the cookies of the API operation's response.static ResponseCookiesSnippet
CookieDocumentation.responseCookies
(List<CookieDescriptor> descriptors) Returns a newSnippet
that will document the cookies of the API operation's response.static ResponseCookiesSnippet
CookieDocumentation.responseCookies
(Map<String, Object> attributes, List<CookieDescriptor> descriptors) Returns a newSnippet
that will document the cookies of the API operations's response.static ResponseCookiesSnippet
CookieDocumentation.responseCookies
(Map<String, Object> attributes, CookieDescriptor... descriptors) Returns a newSnippet
that will document the cookies of the API operations's response.static ResponseCookiesSnippet
CookieDocumentation.responseCookies
(CookieDescriptor... descriptors) Returns a newSnippet
that will document the cookies of the API operation's response.