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

jackson-module-scala-2-11

JSON →
library2.21.2javamavenunverified

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>
INSTALL
IMPORT
SIG · JACKSON-MODULE-SCA
J
jackson-module-scala-2-11
serializationjavav2.21.2
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

Register Scala module with Jackson ObjectMapper

import com.fasterxml.jackson.module.scala.DefaultScalaModule; import com.fasterxml.jackson.databind.ObjectMapper; ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new DefaultScalaModule());
Debug
Known issues
breakingScala 2.11 module is deprecated; use Scala 2.12+ or 2.13+ versions
fix
Upgrade to jackson-module-scala_2.12 or _2.13
affects: >=2.0.0
Upgrade
Version history
2.21.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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