- DEFAULT_HOST - Static variable in class org.springframework.restdocs.mockmvc.UriConfigurer
-
The defalt host for documented URIs.
- DEFAULT_PORT - Static variable in class org.springframework.restdocs.mockmvc.UriConfigurer
-
The default port for documented URIs.
- DEFAULT_SCHEME - Static variable in class org.springframework.restdocs.mockmvc.UriConfigurer
-
The default scheme for documented URIs.
- delete(String, Object...) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
-
Create a MockHttpServletRequestBuilder for a DELETE request.
- delete(URI) - Static method in class org.springframework.restdocs.mockmvc.RestDocumentationRequestBuilders
-
Create a MockHttpServletRequestBuilder for a DELETE request.
- document(String, Snippet...) - Static method in class org.springframework.restdocs.mockmvc.MockMvcRestDocumentation
-
Documents the API call with the given identifier using the given
snippets in addition to any default snippets.
- document(String, OperationRequestPreprocessor, Snippet...) - Static method in class org.springframework.restdocs.mockmvc.MockMvcRestDocumentation
-
Documents the API call with the given identifier using the given
snippets in addition to any default snippets.
- document(String, OperationResponsePreprocessor, Snippet...) - Static method in class org.springframework.restdocs.mockmvc.MockMvcRestDocumentation
-
Documents the API call with the given identifier using the given
snippets in addition to any default snippets.
- document(String, OperationRequestPreprocessor, OperationResponsePreprocessor, Snippet...) - Static method in class org.springframework.restdocs.mockmvc.MockMvcRestDocumentation
-
Documents the API call with the given identifier using the given
snippets in addition to any default snippets.
- document(Snippet...) - Method in class org.springframework.restdocs.mockmvc.RestDocumentationResultHandler
-
Creates a new
RestDocumentationResultHandler to be passed into
ResultActions.andDo(ResultHandler) that will produce documentation using
the given
snippets.
- documentationConfiguration(RestDocumentationContextProvider) - Static method in class org.springframework.restdocs.mockmvc.MockMvcRestDocumentation
-
Provides access to a MockMvcConfigurer that can be used to configure a
MockMvc instance using the given contextProvider.