Registry / serialization / jackson-module-paranamer

jackson-module-paranamer

JSON →
library2.22.0javamavenunverified

Jackson module that uses Paranamer to infer parameter names for constructors and factory methods during deserialization.

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

ParanamerModule
com.fasterxml.jackson.module.paranamer.ParanamerModule

Registers the ParanamerModule with Jackson ObjectMapper.

import com.fasterxml.jackson.module.paranamer.ParanamerModule; import com.fasterxml.jackson.databind.ObjectMapper; ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new ParanamerModule());
Debug
Known issues
gotchaParanamerModule requires Paranamer library on the classpath; without it, parameter names may not be resolved.
fix
Add Paranamer dependency: com.thoughtworks.paranamer:paranamer:2.8
affects: all
Upgrade
Version history
2.22.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
jackson-module-paranamer — mvn dependency:get jackson-module-paranamer · libregistry