Add links to Jackson JavaDoc

See gh-43961

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-01-25 17:32:49 +07:00
committed by Moritz Halbritter
parent eb8f1c9b0a
commit bee3dafc86
2 changed files with 5 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ These features are described in several enums (in Jackson) that map onto propert
| `spring.jackson.deserialization.<feature_name>`
| `true`, `false`
| `com.fasterxml.jackson.core.JsonGenerator.Feature`
| javadoc:com.fasterxml.jackson.core.JsonGenerator$Feature[]
| `spring.jackson.generator.<feature_name>`
| `true`, `false`
@@ -94,7 +94,7 @@ These features are described in several enums (in Jackson) that map onto propert
| `spring.jackson.mapper.<feature_name>`
| `true`, `false`
| `com.fasterxml.jackson.core.JsonParser.Feature`
| javadoc:com.fasterxml.jackson.core.JsonParser$Feature[]
| `spring.jackson.parser.<feature_name>`
| `true`, `false`
@@ -102,7 +102,7 @@ These features are described in several enums (in Jackson) that map onto propert
| `spring.jackson.serialization.<feature_name>`
| `true`, `false`
| `com.fasterxml.jackson.annotation.JsonInclude.Include`
| javadoc:com.fasterxml.jackson.annotation.JsonInclude$Include[]
| configprop:spring.jackson.default-property-inclusion[]
| `always`, `non_null`, `non_absent`, `non_default`, `non_empty`
|===