Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
docs: add MultipartContentOperationPreprocessor to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Jan 21, 2020
1 parent 7144b19 commit c8a1373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring-auto-restdocs-docs/other.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ See example project for link:{example-dir}/src/main/asciidoc/index.adoc#overview
Preprocessors are available for use in order to improve quality of endpoint examples.

- link:{core-package}/response/BinaryReplacementContentModifier.java[binary replacement]: replaces content with `<binary>` for common mime types
- link:{core-package}/response/MultipartContentOperationPreprocessor.java[multipart binary replacement]: replaces content with `<binary>` for multipart/form-data requests
- link:{core-package}/response/ArrayLimitingJsonContentModifier.java[limit JSON array length]: limits all JSON arrays to 3 items

For a list of standard preprocessors see link:{restdocs-package}/operation/preprocess/Preprocessors.java[Preprocessors].
Expand Down

0 comments on commit c8a1373

Please sign in to comment.