Uses of Class
org.springframework.restdocs.generate.RestDocumentationGenerator
Package
Description
Classes that drive the generation of the documentation snippets.
Core classes for using Spring REST Docs with Spring Test's MockMvc.
-
Uses of RestDocumentationGenerator in org.springframework.restdocs.generate
Modifier and TypeMethodDescriptionRestDocumentationGenerator.withSnippets
(Snippet... snippets) Creates a newRestDocumentationGenerator
with the same configuration as this one other than its snippets. -
Uses of RestDocumentationGenerator in org.springframework.restdocs.mockmvc
Modifier and TypeMethodDescriptionprotected final RestDocumentationGenerator<org.springframework.mock.web.MockHttpServletRequest,
org.springframework.mock.web.MockHttpServletResponse> RestDocumentationResultHandler.getDelegate()
Returns theRestDocumentationGenerator
that is used as a delegate.