Uses of Class
org.springframework.restdocs.mockmvc.MockMvcRestDocumentationConfigurer
Packages that use MockMvcRestDocumentationConfigurer
Package
Description
Core classes for using Spring REST Docs with Spring Test's MockMvc.
-
Uses of MockMvcRestDocumentationConfigurer in org.springframework.restdocs.mockmvc
Subclasses with type arguments of type MockMvcRestDocumentationConfigurer in org.springframework.restdocs.mockmvcModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors.final class
A MockMvc-specificRestDocumentationConfigurer
.final class
A configurer that can be used to configure the generated documentation snippets.class
A configurer that can be used to configure the documented URIs.Methods in org.springframework.restdocs.mockmvc that return MockMvcRestDocumentationConfigurerModifier and TypeMethodDescriptionMockMvcRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aMockMvcConfigurer
that can be used to configure aMockMvc
instance using the givencontextProvider
.