Add-on module for Jackson to support Kotlin language, specifically introspection of method/constructor parameter names, without having to add explicit property name annotation.
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>2.21.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use Jackson with Kotlin data classes without annotations.
No known issues recorded.
No dependency data recorded yet.