Uses of Interface
org.springframework.restdocs.operation.preprocess.ContentModifier
Package
Description
Support for preprocessing an operation prior to it being documented.
-
Uses of ContentModifier in org.springframework.restdocs.operation.preprocess
Modifier and TypeClassDescriptionclass
AContentModifier
that modifies the content by pretty printing it.ModifierConstructorDescriptionContentModifyingOperationPreprocessor
(ContentModifier contentModifier) Create a newContentModifyingOperationPreprocessor
that will apply the givencontentModifier
to the operation's request or response.