Closed
Description
Sébastien Deleuze opened SPR-11785 and commented
It is basically a MappingJackson2HttpMessageConverter where we register a JacksonXmlModule. It could allow users to setup easily a XML + JSON webservice supporting filtering thanks to JsonView.
It is also a nice alternative to Jaxb2 since it allows to get XML support without @XmlRootElement
annotations.
It would not impact existing Jaxb2 support since it can be activated only if JacksonXmlModule class from jackson-dataformat-xml JAR module is detected on the classpath.
Issue Links:
- Support Jackson based XML serialization in RestTemplate [SPR-12225] #16840 Support Jackson based XML serialization in RestTemplate
- Integrate Jackson @JsonView [SPR-7156] #11815 Integrate Jackson
@JsonView
- Create builder for Jackson ObjectMapper [SPR-12243] #16857 Create builder for Jackson ObjectMapper
- AllEncompassingFormHttpMessageConverter does not prefer Jackson2 over JAXB for XML marshalling [SPR-13240] #17831 AllEncompassingFormHttpMessageConverter does not prefer Jackson2 over JAXB for XML marshalling