Uses of Interface
org.springframework.restdocs.operation.preprocess.ContentModifier
Packages that use ContentModifier
Package
Description
Support for preprocessing an operation prior to it being documented.
-
Uses of ContentModifier in org.springframework.restdocs.operation.preprocess
Classes in org.springframework.restdocs.operation.preprocess that implement ContentModifierModifier and TypeClassDescriptionclass
AContentModifier
that modifies the content by pretty printing it.Constructors in org.springframework.restdocs.operation.preprocess with parameters of type ContentModifierModifierConstructorDescriptionContentModifyingOperationPreprocessor
(ContentModifier contentModifier) Create a newContentModifyingOperationPreprocessor
that will apply the givencontentModifier
to the operation's request or response.