Registry / serialization / jackson-module-scala-2-10

jackson-module-scala-2-10

JSON →
library2.12.7javamavenunverified

Provides Jackson support for Scala data types, enabling serialization and deserialization of Scala objects.

<dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.10</artifactId> <version>2.12.7</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-MODULE-SCA
J
jackson-module-scala-2-10
serializationjavav2.12.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DefaultScalaModule
com.fasterxml.jackson.module.scala.DefaultScalaModule

Minimal usage showing registration of the Scala module.

import com.fasterxml.jackson.module.scala.DefaultScalaModule import com.fasterxml.jackson.databind.ObjectMapper // Example: register Scala module with ObjectMapper val mapper = new ObjectMapper().registerModule(DefaultScalaModule)
Debug
Known issues
breakingThis version targets Scala 2.10, which is outdated and may have compatibility issues.
fix
Upgrade to a newer Scala version and use the corresponding Jackson module artifact.
affects: >=2.12.7
Upgrade
Version history
2.12.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jackson-module-scala-2-10 — mvn dependency:get jackson-module-scala-2-10 · libregistry