Uses of Class
org.springframework.restdocs.operation.ResponseCookie
Packages that use ResponseCookie
Package
Description
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
-
Uses of ResponseCookie in org.springframework.restdocs.operation
Methods in org.springframework.restdocs.operation that return types with arguments of type ResponseCookieModifier and TypeMethodDescriptionOperationResponse.getCookies()
Returns thecookies
returned with the response.Method parameters in org.springframework.restdocs.operation with type arguments of type ResponseCookieModifier and TypeMethodDescriptionOperationResponseFactory.create
(org.springframework.http.HttpStatusCode status, org.springframework.http.HttpHeaders headers, byte[] content, Collection<ResponseCookie> cookies) Creates a newOperationResponse
.