Package org.springframework.restdocs
@NullMarked
package org.springframework.restdocs
Core Spring REST Docs classes.
-
ClassDescription
ManualRestDocumentation
is used to manually manage theRestDocumentationContext
.RestDocumentationContext
encapsulates the context in which the documentation of a RESTful API is being performed.ARestDocumentationContextProvider
is used to provide access to theRestDocumentationContext
.A JUnit JupiterExtension
used to automatically manage theRestDocumentationContext
.