| Interface | Description |
|---|---|
| RestDocumentationContext |
RestDocumentationContext encapsulates the context in which the documentation of
a RESTful API is being performed. |
| RestDocumentationContextProvider |
A
RestDocumentationContextProvider is used to provide access to the
RestDocumentationContext. |
| Class | Description |
|---|---|
| JUnitRestDocumentation |
A JUnit
TestRule used to automatically manage the
RestDocumentationContext. |
| ManualRestDocumentation |
ManualRestDocumentation is used to manually manage the
RestDocumentationContext. |
| RestDocumentationExtension |
A JUnit Jupiter
Extension used to automatically manage the
RestDocumentationContext. |