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