Uses of Interface
org.springframework.restdocs.RestDocumentationContextProvider
Package
Description
Core Spring REST Docs classes.
Core classes for using Spring REST Docs with Spring Test's MockMvc.
Core classes for using Spring REST Docs with REST Assured.
Core classes for using Spring REST Docs with Spring Framework's WebTestClient.
-
Uses of RestDocumentationContextProvider in org.springframework.restdocs
Modifier and TypeClassDescriptionclass
A JUnitTestRule
used to automatically manage theRestDocumentationContext
.final class
ManualRestDocumentation
is used to manually manage theRestDocumentationContext
. -
Uses of RestDocumentationContextProvider 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
. -
Uses of RestDocumentationContextProvider in org.springframework.restdocs.restassured
Modifier and TypeMethodDescriptionRestAssuredRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aRestAssuredRestDocumentationConfigurer
that can be used to configure Spring REST Docs using the givencontextProvider
. -
Uses of RestDocumentationContextProvider in org.springframework.restdocs.webtestclient
Modifier and TypeMethodDescriptionWebTestClientRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aExchangeFilterFunction
that can be used to configure aWebTestClient
instance using the givencontextProvider
.