BeanFactory for configuring a Jackson ObjectMapper

The BeanFactory makes it easier to configure a customized Jackson
ObjectMapper (for example enable/disable certain features).
This bean factory is usually used with
MappingJacksonHttpMessageConverter or MappingJacksonJsonView.
See JavaDoc for examples.

Issue: SPR-9125
This commit is contained in:
Dmitry Katsubo
2012-02-15 16:31:30 +01:00
committed by Rossen Stoyanchev
parent 5959de5d9e
commit aa415d7c0c
3 changed files with 422 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ Changes in version 3.2 M2
* spring-test module now depends on junit:junit-dep
* raise RestClientException instead of IllegalArgumentException for unknown status codes
* add JacksonObjectMapperFactoryBean for configuring a Jackson ObjectMapper in XML
Changes in version 3.2 M1 (2012-05-28)
--------------------------------------