Jackson integration module for Dropwizard providing YAML configuration parsing and JSON serialization support.
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jackson</artifactId>
<version>5.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a pre-configured Jackson ObjectMapper
Use Dropwizard's ObjectMapper as a singleton and avoid mixing with other ObjectMapper instances.
No dependency data recorded yet.