Jackson module that enables introspection of constructor and method parameter names for deserialization without explicit property name annotations.
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
<version>2.22.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Register the ParameterNamesModule with ObjectMapper to enable parameter name-based deserialization.
Add -parameters to your javac compiler arguments.
No dependency data recorded yet.