Skip to content

Commit 5c19d3b

Browse files
committed
Merge pull request #4491 from NersesAM/NersesAM-doc-jackson-inclusion
* pr/4491: Update documentation with new Jackson 2.6 feature
2 parents 32d30a0 + 732658a commit 5c19d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ Jackson which map onto properties in the environment:
10231023
|`spring.jackson.serialization.<feature_name>=true\|false`
10241024

10251025
|`com.fasterxml.jackson.annotation.JsonInclude.Include`
1026-
|`spring.jackson.serialization-inclusion=always\|non_null\|non_default\|non_empty`
1026+
|`spring.jackson.serialization-inclusion=always\|non_null\|non_absent\|non_default\|non_empty`
10271027
|===
10281028

10291029
For example, to enable pretty print, set `spring.jackson.serialization.indent_output=true`.

0 commit comments

Comments
 (0)