Registry / serialization / jackson-module-osgi

jackson-module-osgi

JSON →
library2.22.0javamavenunverified

Jackson module to inject OSGi services in deserialized beans.

<dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-osgi</artifactId> <version>2.22.0</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-MODULE-OSG
J
jackson-module-osgi
serializationjavav2.22.0
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.

OsgiModule
com.fasterxml.jackson.module.osgi.OsgiModule

Register the OSGi module with Jackson ObjectMapper.

import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.module.osgi.OsgiModule; public class Example { public static void main(String[] args) { ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new OsgiModule()); } }
Debug
Known issues
breakingRequires an OSGi runtime environment to function properly.
fix
Ensure your application runs in an OSGi container (e.g., Apache Felix, Eclipse Equinox).
affects: all
Upgrade
Version history
2.22.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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