Skip to content

Commit fc6cff5

Browse files
committed
Clarify documentation about JSON Views
This commit intends to clarify the documentation by avoiding confusion between @JSONVIEW and Spring MVC JSON views. Fixes #22280
1 parent 20f4022 commit fc6cff5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2456,7 +2456,7 @@ for the body.
24562456
Spring offers support for the Jackson JSON library.
24572457

24582458
[[webflux-ann-jsonview]]
2459-
===== Jackson Serialization Views
2459+
===== JSON Views
24602460
[.small]#<<web.adoc#mvc-ann-jackson,Same as in Spring MVC>>#
24612461

24622462
Spring WebFlux provides built-in support for

src/docs/asciidoc/web/webmvc-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ Spring offers support for the Jackson JSON library.
20202020

20212021

20222022
[[mvc-view-json-mapping]]
2023-
=== Jackson-based JSON Views
2023+
=== Jackson-based JSON MVC Views
20242024
[.small]#<<web-reactive.adoc#webflux-view-httpmessagewriter,Same as in Spring WebFlux>>#
20252025

20262026
The `MappingJackson2JsonView` uses the Jackson library's `ObjectMapper` to render the response

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ types for the body.
27842784
Spring offers support for the Jackson JSON library.
27852785

27862786
[[mvc-ann-jsonview]]
2787-
===== Jackson Serialization Views
2787+
===== JSON Views
27882788
[.small]#<<web-reactive.adoc#webflux-ann-jsonview,Same as in Spring WebFlux>>#
27892789

27902790
Spring MVC provides built-in support for

0 commit comments

Comments
 (0)