- halLinks() - Static method in class org.springframework.restdocs.hypermedia.HypermediaDocumentation
-
Returns a LinkExtractor
capable of extracting links in Hypermedia
Application Language (HAL) format where the links are found in a map named
_links
.
- handle(MvcResult) - Method in class org.springframework.restdocs.mockmvc.RestDocumentationResultHandler
-
- hashCode() - Method in class org.springframework.restdocs.hypermedia.Link
-
- head(String, Object...) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
-
- head(URI) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
-
- HttpDocumentation - Class in org.springframework.restdocs.http
-
Static factory methods for documenting a RESTful API's HTTP requests.
- httpRequest() - Static method in class org.springframework.restdocs.http.HttpDocumentation
-
Returns a handler that will produce a snippet containing the HTTP request for the
API call.
- httpRequest(Map<String, Object>) - Static method in class org.springframework.restdocs.http.HttpDocumentation
-
Returns a handler that will produce a snippet containing the HTTP request for the
API call.
- HttpRequestSnippet - Class in org.springframework.restdocs.http
-
A
Snippet
that documents an HTTP request.
- HttpRequestSnippet() - Constructor for class org.springframework.restdocs.http.HttpRequestSnippet
-
Creates a new HttpRequestSnippet
with no additional attributes.
- HttpRequestSnippet(Map<String, Object>) - Constructor for class org.springframework.restdocs.http.HttpRequestSnippet
-
Creates a new HttpRequestSnippet
with the given additional
attributes
that will be included in the model during template rendering.
- httpResponse() - Static method in class org.springframework.restdocs.http.HttpDocumentation
-
Returns a handler that will produce a snippet containing the HTTP response for the
API call.
- httpResponse(Map<String, Object>) - Static method in class org.springframework.restdocs.http.HttpDocumentation
-
Returns a handler that will produce a snippet containing the HTTP response for the
API call.
- HttpResponseSnippet - Class in org.springframework.restdocs.http
-
A
Snippet
that documents an HTTP response.
- HttpResponseSnippet() - Constructor for class org.springframework.restdocs.http.HttpResponseSnippet
-
Creates a new HttpResponseSnippet
with no additional attributes.
- HttpResponseSnippet(Map<String, Object>) - Constructor for class org.springframework.restdocs.http.HttpResponseSnippet
-
Creates a new HttpResponseSnippet
with the given additional
attributes
that will be included in the model during template rendering.
- HypermediaDocumentation - Class in org.springframework.restdocs.hypermedia
-
Static factory methods for documenting a RESTful API that utilizes Hypermedia.