Skip to content

Support Jackson2 based XML serialization/deserialization [SPR-11785] #16407

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits ebc726a, 6665634

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions