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 TypeClassDescriptionclassAContentModifierthat modifies the content by pretty printing it.Constructors in org.springframework.restdocs.operation.preprocess with parameters of type ContentModifierModifierConstructorDescriptionContentModifyingOperationPreprocessor(ContentModifier contentModifier) Create a newContentModifyingOperationPreprocessorthat will apply the givencontentModifierto the operation's request or response.