We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32d30a0 + 732658a commit 5c19d3bCopy full SHA for 5c19d3b
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -1023,7 +1023,7 @@ Jackson which map onto properties in the environment:
1023
|`spring.jackson.serialization.<feature_name>=true\|false`
1024
1025
|`com.fasterxml.jackson.annotation.JsonInclude.Include`
1026
-|`spring.jackson.serialization-inclusion=always\|non_null\|non_default\|non_empty`
+|`spring.jackson.serialization-inclusion=always\|non_null\|non_absent\|non_default\|non_empty`
1027
|===
1028
1029
For example, to enable pretty print, set `spring.jackson.serialization.indent_output=true`.
0 commit comments