Add links to Jackson JavaDoc
See gh-43961 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
committed by
Moritz Halbritter
parent
eb8f1c9b0a
commit
bee3dafc86
@@ -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`
|
||||
|===
|
||||
|
||||
Reference in New Issue
Block a user