Registry / serialization / jackson-module-guice

jackson-module-guice

JSON →
library2.21.3javamavenunverified

Integration module to make Jackson work with Google Guice dependency injection.

<dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-guice</artifactId> <version>2.21.3</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-MODULE-GUI
J
jackson-module-guice
serializationjavav2.21.3
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.

ObjectMapperModule
com.fasterxml.jackson.module.guice.ObjectMapperModule

Configure Jackson ObjectMapper via Guice module.

import com.fasterxml.jackson.module.guice.ObjectMapperModule; import com.google.inject.Guice; import com.google.inject.Injector; public class Example { public static void main(String[] args) { Injector injector = Guice.createInjector(new ObjectMapperModule()); System.out.println(injector.getInstance(com.fasterxml.jackson.databind.ObjectMapper.class)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.21.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jackson-module-guice — mvn dependency:get jackson-module-guice · libregistry