diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 6ee9cd5852..bfbcc662c1 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -2456,7 +2456,7 @@ for the body. Spring offers support for the Jackson JSON library. [[webflux-ann-jsonview]] -===== Jackson Serialization Views +===== JSON Views [.small]#<># Spring WebFlux provides built-in support for diff --git a/src/docs/asciidoc/web/webmvc-view.adoc b/src/docs/asciidoc/web/webmvc-view.adoc index 2959121733..62194d7aee 100644 --- a/src/docs/asciidoc/web/webmvc-view.adoc +++ b/src/docs/asciidoc/web/webmvc-view.adoc @@ -2020,7 +2020,7 @@ Spring offers support for the Jackson JSON library. [[mvc-view-json-mapping]] -=== Jackson-based JSON Views +=== Jackson-based JSON MVC Views [.small]#<># The `MappingJackson2JsonView` uses the Jackson library's `ObjectMapper` to render the response diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index a2bd0e2881..35fce0d06e 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -2784,7 +2784,7 @@ types for the body. Spring offers support for the Jackson JSON library. [[mvc-ann-jsonview]] -===== Jackson Serialization Views +===== JSON Views [.small]#<># Spring MVC provides built-in support for