Uses of Package
org.springframework.restdocs
Packages that use org.springframework.restdocs
Package
Description
Core Spring REST Docs classes.
Classes for configuring Spring REST Docs.
Core classes for using Spring REST Docs with Spring Test's MockMvc.
Core classes for using Spring REST Docs with REST Assured.
Snippet generation.
Core classes for using Spring REST Docs with Spring Framework's WebTestClient.
-
Classes in org.springframework.restdocs used by org.springframework.restdocsClassDescription
RestDocumentationContext
encapsulates the context in which the documentation of a RESTful API is being performed.ARestDocumentationContextProvider
is used to provide access to theRestDocumentationContext
. -
Classes in org.springframework.restdocs used by org.springframework.restdocs.configClassDescription
RestDocumentationContext
encapsulates the context in which the documentation of a RESTful API is being performed. -
Classes in org.springframework.restdocs used by org.springframework.restdocs.mockmvcClassDescription
RestDocumentationContext
encapsulates the context in which the documentation of a RESTful API is being performed.ARestDocumentationContextProvider
is used to provide access to theRestDocumentationContext
. -
Classes in org.springframework.restdocs used by org.springframework.restdocs.restassuredClassDescriptionA
RestDocumentationContextProvider
is used to provide access to theRestDocumentationContext
. -
Classes in org.springframework.restdocs used by org.springframework.restdocs.snippetClassDescription
RestDocumentationContext
encapsulates the context in which the documentation of a RESTful API is being performed. -
Classes in org.springframework.restdocs used by org.springframework.restdocs.webtestclientClassDescriptionA
RestDocumentationContextProvider
is used to provide access to theRestDocumentationContext
.