See: Description
| Interface | Description |
|---|---|
| ContentModifier |
A
ContentModifier modifies the content of an OperationRequest or
OperationResponse during the preprocessing that is performed prior to
documentation generation. |
| OperationPreprocessor |
An
OperationPreprocessor processes the OperationRequest and
OperationResponse of an Operation prior to it being documented. |
| OperationRequestPreprocessor |
An
OperationRequestPreprocessor is used to modify an OperationRequest
prior to it being documented. |
| OperationResponsePreprocessor |
An
OperationRequestPreprocessor is used to modify an OperationRequest
prior to it being documented. |
| Class | Description |
|---|---|
| ContentModifyingOperationPreprocessor |
An
OperationPreprocessor that applies a ContentModifier to the content
of the request or response. |
| Preprocessors |
Static factory methods for creating
OperationPreprocessors that can be applied to an Operation's
request or response before it is
documented. |
| PrettyPrintingContentModifier |
A
ContentModifier that modifies the content by pretty printing it. |