Skip to content

Commit 4e24d66

Browse files
committed
Create a builder for Jackson ObjectMapper
Jackson2ObjectMapperBuilder now allows to create ObjectMapper and XmlMapper instances easily thanks to its fluent API. This builder is used in Jackson message converters and views to instantiate default ObjectMapper and XmlMapper. This commit also add a createXmlMapper property to Jackson2ObjectMapperFactoryBean in order to allow to create easily a XmlMapper instance. Issue: SPR-12243
1 parent 521bbfc commit 4e24d66

16 files changed

+935
-26
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ configure(allprojects) { project ->
182182
"http://quartz-scheduler.org/api/2.2.0/",
183183
"http://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
184184
"http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
185+
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0/",
185186
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
186187
] as String[]
187188
}

0 commit comments

Comments
 (0)