Uses of Interface
org.springframework.restdocs.RestDocumentationContextProvider
Packages that use 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
Classes in org.springframework.restdocs that implement RestDocumentationContextProviderModifier 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
Methods in org.springframework.restdocs.mockmvc with parameters of type RestDocumentationContextProviderModifier 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
Methods in org.springframework.restdocs.restassured with parameters of type RestDocumentationContextProviderModifier 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
Methods in org.springframework.restdocs.webtestclient with parameters of type RestDocumentationContextProviderModifier and TypeMethodDescriptionWebTestClientRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aExchangeFilterFunction
that can be used to configure aWebTestClient
instance using the givencontextProvider
.