Class ResponseCookie
java.lang.Object
org.springframework.restdocs.operation.ResponseCookie
A representation of a Cookie returned in a response.
- Since:
- 3.0
- Author:
- Clyde Stubbs
-
Constructor Summary
ConstructorsConstructorDescriptionResponseCookie
(String name, String value) Creates a newResponseCookie
with the givenname
andvalue
. -
Method Summary
-
Constructor Details
-
ResponseCookie
-
-
Method Details
-
getName
-
getValue
-