Package | Description |
---|---|
org.springframework.restdocs.config |
Classes for configuring Spring REST Docs.
|
org.springframework.restdocs.snippet |
Snippet generation.
|
Modifier and Type | Method and Description |
---|---|
T |
RestDocumentationConfigurer.writerResolver(WriterResolver writerResolver)
Configures the
WriterResolver that will be used to resolve a writer for a
snippet. |
Modifier and Type | Class and Description |
---|---|
class |
StandardWriterResolver
Standard implementation of
WriterResolver . |