Uses of Class
org.springframework.restdocs.mockmvc.RestDocumentationResultHandler
Package
Description
Core classes for using Spring REST Docs with Spring Test's MockMvc.
-
Uses of RestDocumentationResultHandler in org.springframework.restdocs.mockmvc
Modifier and TypeMethodDescriptionMockMvcRestDocumentation.document
(String identifier, OperationRequestPreprocessor requestPreprocessor, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifier
using the givensnippets
in addition to any default snippets.MockMvcRestDocumentation.document
(String identifier, OperationRequestPreprocessor requestPreprocessor, Snippet... snippets) Documents the API call with the givenidentifier
using the givensnippets
in addition to any default snippets.MockMvcRestDocumentation.document
(String identifier, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifier
using the givensnippets
in addition to any default snippets.Documents the API call with the givenidentifier
using the givensnippets
in addition to any default snippets.Creates a newRestDocumentationResultHandler
to be passed intoResultActions.andDo(ResultHandler)
that will produce documentation using the givensnippets
.