Jackson Module Scala provides support for serializing and deserializing Scala data structures using the Jackson JSON processor.
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.11</artifactId>
<version>2.21.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register Scala module with Jackson ObjectMapper
Upgrade to jackson-module-scala_2.12 or _2.13
No dependency data recorded yet.