Fix Jackson documentation broken links

Closes gh-23153
This commit is contained in:
Sebastien Deleuze
2019-06-19 13:59:36 +02:00
parent bd568ea2f1
commit bcad276adb
8 changed files with 8 additions and 8 deletions

View File

@@ -1257,7 +1257,7 @@ and writes the media type supported by the Java I/O API.
[[rest-template-jsonview]]
===== Jackson JSON Views
You can specify a https://wiki.fasterxml.com/JacksonJsonViews[Jackson JSON View]
You can specify a https://www.baeldung.com/jackson-json-view-annotation[Jackson JSON View]
to serialize only a subset of the object properties, as the following example shows:
====