Uses of Class
org.springframework.restdocs.mockmvc.MockMvcRestDocumentationConfigurer
Package
Description
Core classes for using Spring REST Docs with Spring Test's MockMvc.
-
Uses of MockMvcRestDocumentationConfigurer in org.springframework.restdocs.mockmvc
Modifier and TypeMethodDescriptionMockMvcRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aMockMvcConfigurer
that can be used to configure aMockMvc
instance using the givencontextProvider
.