Package | Description |
---|---|
org.springframework.restdocs.operation.preprocess |
Support for preprocessing an operation prior to it being documented.
|
Modifier and Type | Class and Description |
---|---|
class |
PrettyPrintingContentModifier
A
ContentModifier that modifies the content by pretty printing it. |
Constructor and Description |
---|
ContentModifyingOperationPreprocessor(ContentModifier contentModifier)
Create a new
ContentModifyingOperationPreprocessor that will apply the
given contentModifier to the operation's request or response. |