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
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
.