Uses of Class
org.springframework.restdocs.cookies.ResponseCookiesSnippet
Packages that use ResponseCookiesSnippet
Package
Description
Documenting the cookies of a RESTful API's requests and responses.
-
Uses of ResponseCookiesSnippet in org.springframework.restdocs.cookies
Methods in org.springframework.restdocs.cookies that return ResponseCookiesSnippetModifier and TypeMethodDescriptionfinal ResponseCookiesSnippetResponseCookiesSnippet.and(List<CookieDescriptor> additionalDescriptors) Returns a newResponseCookiesSnippetconfigured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors.final ResponseCookiesSnippetResponseCookiesSnippet.and(CookieDescriptor... additionalDescriptors) Returns a newResponseCookiesSnippetconfigured with this snippet's attributes and its descriptors combined with the givenadditionalDescriptors.static ResponseCookiesSnippetCookieDocumentation.relaxedResponseCookies(List<CookieDescriptor> descriptors) Returns a newSnippetthat will document the cookies of the API operation's response.static ResponseCookiesSnippetCookieDocumentation.relaxedResponseCookies(Map<String, Object> attributes, List<CookieDescriptor> descriptors) Returns a newSnippetthat will document the cookies of the API operations's response.static ResponseCookiesSnippetCookieDocumentation.relaxedResponseCookies(Map<String, Object> attributes, CookieDescriptor... descriptors) Returns a newSnippetthat will document the cookies of the API operations's response.static ResponseCookiesSnippetCookieDocumentation.relaxedResponseCookies(CookieDescriptor... descriptors) Returns a newSnippetthat will document the cookies of the API operation's response.static ResponseCookiesSnippetCookieDocumentation.responseCookies(List<CookieDescriptor> descriptors) Returns a newSnippetthat will document the cookies of the API operation's response.static ResponseCookiesSnippetCookieDocumentation.responseCookies(Map<String, Object> attributes, List<CookieDescriptor> descriptors) Returns a newSnippetthat will document the cookies of the API operations's response.static ResponseCookiesSnippetCookieDocumentation.responseCookies(Map<String, Object> attributes, CookieDescriptor... descriptors) Returns a newSnippetthat will document the cookies of the API operations's response.static ResponseCookiesSnippetCookieDocumentation.responseCookies(CookieDescriptor... descriptors) Returns a newSnippetthat will document the cookies of the API operation's response.