Fix Jackson documentation broken links
Closes gh-23153
This commit is contained in:
@@ -35,7 +35,7 @@ import org.springframework.web.servlet.View;
|
||||
|
||||
/**
|
||||
* Spring MVC {@link View} that renders JSON content by serializing the model for the current request
|
||||
* using <a href="https://wiki.fasterxml.com/JacksonHome">Jackson 2's</a> {@link ObjectMapper}.
|
||||
* using <a href="https://github.com/FasterXML/jackson">Jackson 2's</a> {@link ObjectMapper}.
|
||||
*
|
||||
* <p>By default, the entire contents of the model map (with the exception of framework-specific classes)
|
||||
* will be encoded as JSON. If the model contains only one key, you can have it extracted encoded as JSON
|
||||
|
||||
@@ -30,7 +30,7 @@ import org.springframework.web.servlet.view.json.AbstractJackson2View;
|
||||
|
||||
/**
|
||||
* Spring MVC {@link View} that renders XML content by serializing the model for the current request
|
||||
* using <a href="https://wiki.fasterxml.com/JacksonHome">Jackson 2's</a> {@link XmlMapper}.
|
||||
* using <a href="https://github.com/FasterXML/jackson">Jackson 2's</a> {@link XmlMapper}.
|
||||
*
|
||||
* <p>The Object to be serialized is supplied as a parameter in the model. The first serializable
|
||||
* entry is used. Users can either specify a specific entry in the model via the
|
||||
|
||||
Reference in New Issue
Block a user