spring-boot/spring-boot-docs
Andy Wilkinson 1dcf18b16e Allow Jackson's serialization inclusion to be configured via the env
This commit adds support for configuring an ObjectMapper's
serialization inclusion using the environment via the
spring.jackson.serialization-inclusion property. The property's value
should be one of the values on the JsonInclude.Include enumeration.
Relaxed binding of the property value to the enum is supported. For
example:

spring.jackson.serialization-inclusion: non_null

Closes gh-2532
2015-04-08 16:47:49 +01:00
..
src/main Allow Jackson's serialization inclusion to be configured via the env 2015-04-08 16:47:49 +01:00
pom.xml Next development version 2015-03-30 22:56:20 -07:00