Merge branch '5.1.x'

This commit is contained in:
Sebastien Deleuze
2019-01-22 10:55:06 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -2382,7 +2382,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

@@ -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]#<<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

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