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:
committed by
Rossen Stoyanchev
parent
5959de5d9e
commit
aa415d7c0c
1
src/dist/changelog.txt
vendored
1
src/dist/changelog.txt
vendored
@@ -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)
|
||||
--------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user