Module that allows using JAXB annotations as an alternative to Jackson's native annotations for configuring JSON serialization.
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.21.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the JAXB annotation module with Jackson's ObjectMapper.
No known issues recorded.
No dependency data recorded yet.