Clarify documentation about JSON Views

This commit intends to clarify the documentation by avoiding confusion
between @JsonView and Spring MVC JSON views.

Fixes #22280
This commit is contained in:
Sebastien Deleuze
2019-01-22 10:51:25 +01:00
parent 20f4022e7b
commit fc6cff53bb
3 changed files with 3 additions and 3 deletions

View File

@@ -2456,7 +2456,7 @@ for the body.
Spring offers support for the Jackson JSON library.
[[webflux-ann-jsonview]]
===== Jackson Serialization Views
===== JSON Views
[.small]#<<web.adoc#mvc-ann-jackson,Same as in Spring MVC>>#
Spring WebFlux provides built-in support for

View File

@@ -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]#<<web-reactive.adoc#webflux-view-httpmessagewriter,Same as in Spring WebFlux>>#
The `MappingJackson2JsonView` uses the Jackson library's `ObjectMapper` to render the response

View File

@@ -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]#<<web-reactive.adoc#webflux-ann-jsonview,Same as in Spring WebFlux>>#
Spring MVC provides built-in support for