{"id":55940,"library":"dropwizard-jackson","title":"Dropwizard Jackson","description":"Jackson integration module for Dropwizard providing YAML configuration parsing and JSON serialization support.","status":"active","version":"5.0.2","language":"java","source_language":null,"source_url":"https://github.com/dropwizard/dropwizard","tags":["dropwizard","jackson","json","yaml","serialization"],"install":[{"cmd":"<dependency>\n  <groupId>io.dropwizard</groupId>\n  <artifactId>dropwizard-jackson</artifactId>\n  <version>5.0.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.dropwizard:dropwizard-jackson:5.0.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Jackson","correct":"io.dropwizard.jackson.Jackson"}],"quickstart":{"code":"import io.dropwizard.jackson.Jackson;\nimport com.fasterxml.jackson.databind.ObjectMapper;\n\npublic class Example {\n    public static void main(String[] args) {\n        ObjectMapper mapper = Jackson.newObjectMapper();\n        System.out.println(\"Dropwizard Jackson ObjectMapper created\");\n    }\n}","lang":"java","description":"Create a pre-configured Jackson ObjectMapper"},"warnings":[{"fix":"Use Dropwizard's ObjectMapper as a singleton and avoid mixing with other ObjectMapper instances.","message":"Dropwizard Jackson's ObjectMapper may conflict with other Jackson modules if not properly managed.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'configur':10 'dropwizard':1,7,16 'integr':4 'jackson':2,3,17 'json':13,18 'modul':5 'pars':11 'provid':8 'serial':14,20 'support':15 'yaml':9,19","created_at":"2026-06-15T10:13:50.153552+00:00","updated_at":"2026-06-15T10:13:50.153552+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.dropwizard.io/5.0.2","github":"https://github.com/dropwizard/dropwizard","docs":"https://appdoc.app/artifact/io.dropwizard/dropwizard-jackson/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}