@@ -1272,25 +1272,31 @@ configure various aspects of its processing. These features are described in six
1272
1272
Jackson which map onto properties in the environment:
1273
1273
1274
1274
|===
1275
- |Jackson enum|Environment property
1275
+ |Enum|Property|Values
1276
1276
1277
1277
|`com.fasterxml.jackson.databind.DeserializationFeature`
1278
- |`spring.jackson.deserialization.<feature_name>=true\|false`
1278
+ |`spring.jackson.deserialization.<feature_name>`
1279
+ |`true`, `false`
1279
1280
1280
1281
|`com.fasterxml.jackson.core.JsonGenerator.Feature`
1281
- |`spring.jackson.generator.<feature_name>=true\|false`
1282
+ |`spring.jackson.generator.<feature_name>`
1283
+ |`true`, `false`
1282
1284
1283
1285
|`com.fasterxml.jackson.databind.MapperFeature`
1284
- |`spring.jackson.mapper.<feature_name>=true\|false`
1286
+ |`spring.jackson.mapper.<feature_name>`
1287
+ |`true`, `false`
1285
1288
1286
1289
|`com.fasterxml.jackson.core.JsonParser.Feature`
1287
- |`spring.jackson.parser.<feature_name>=true\|false`
1290
+ |`spring.jackson.parser.<feature_name>`
1291
+ |`true`, `false`
1288
1292
1289
1293
|`com.fasterxml.jackson.databind.SerializationFeature`
1290
- |`spring.jackson.serialization.<feature_name>=true\|false`
1294
+ |`spring.jackson.serialization.<feature_name>`
1295
+ |`true`, `false`
1291
1296
1292
1297
|`com.fasterxml.jackson.annotation.JsonInclude.Include`
1293
- |`spring.jackson.default-property-inclusion=always\|non_null\|non_absent\|non_default\|non_empty`
1298
+ |`spring.jackson.default-property-inclusion`
1299
+ |`always`, `non_null`, `non_absent`, `non_default`, `non_empty`
1294
1300
|===
1295
1301
1296
1302
For example, to enable pretty print, set `spring.jackson.serialization.indent_output=true`.
0 commit comments