diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 9415f14f128..f769e919af7 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -2382,7 +2382,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 9bfd82eb659..7a64c4d3988 100644 --- a/src/docs/asciidoc/web/webmvc-view.adoc +++ b/src/docs/asciidoc/web/webmvc-view.adoc @@ -1899,7 +1899,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 a0e231ff890..fbc7fa40b15 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -2688,7 +2688,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