Fix Jackson documentation broken links
Closes gh-23153
This commit is contained in:
@@ -52,7 +52,7 @@ public abstract class Jackson2CodecSupport {
|
||||
/**
|
||||
* The key for the hint to specify a "JSON View" for encoding or decoding
|
||||
* with the value expected to be a {@link Class}.
|
||||
* @see <a href="https://wiki.fasterxml.com/JacksonJsonViews">Jackson JSON Views</a>
|
||||
* @see <a href="https://www.baeldung.com/jackson-json-view-annotation">Jackson JSON Views</a>
|
||||
*/
|
||||
public static final String JSON_VIEW_HINT = Jackson2CodecSupport.class.getName() + ".jsonView";
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ import org.springframework.lang.Nullable;
|
||||
|
||||
/**
|
||||
* Implementation of {@link org.springframework.http.converter.HttpMessageConverter} that can read and
|
||||
* write JSON using <a href="https://wiki.fasterxml.com/JacksonHome">Jackson 2.x's</a> {@link ObjectMapper}.
|
||||
* write JSON using <a href="https://github.com/FasterXML/jackson">Jackson 2.x's</a> {@link ObjectMapper}.
|
||||
*
|
||||
* <p>This converter can be used to bind to typed beans, or untyped {@code HashMap} instances.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user