Merge pull request #43961 from ngocnhan-tran1996

* pr/43961:
  Add links to Jackson JavaDoc

Closes gh-43961
This commit is contained in:
Moritz Halbritter 2025-01-27 11:43:00 +01:00
commit f39fc87134
2 changed files with 5 additions and 3 deletions

View File

@ -115,6 +115,8 @@ javadoc-location-org-springframework-data-neo4j={url-spring-data-neo4j-javadoc}
javadoc-location-org-springframework-data-r2dbc={url-spring-data-r2dbc-javadoc}
javadoc-location-org-springframework-data-redis={url-spring-data-redis-javadoc}
javadoc-location-org-springframework-data-rest={url-spring-data-rest-javadoc}
javadoc-location-com-fasterxml-jackson-annotation={url-jackson-annotations-javadoc}
javadoc-location-com-fasterxml-jackson-core={url-jackson-core-javadoc}
javadoc-location-com-fasterxml-jackson-databind={url-jackson-databind-javadoc}
javadoc-location-com-fasterxml-jackson-dataformat-xml={url-jackson-dataformat-xml-javadoc}

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`
|===