{"id":54356,"library":"jackson-module-jaxb-annotations","title":"Jackson JAXB Annotations Module","description":"Module that allows using JAXB annotations as an alternative to Jackson's native annotations for configuring JSON serialization.","status":"active","version":"2.21.3","language":"java","source_language":null,"source_url":"https://github.com/FasterXML/jackson-modules-base","tags":["jackson","jaxb","annotations","serialization"],"install":[{"cmd":"<dependency>\n  <groupId>com.fasterxml.jackson.module</groupId>\n  <artifactId>jackson-module-jaxb-annotations</artifactId>\n  <version>2.21.3</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.21.3'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JaxbAnnotationModule","correct":"com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule"}],"quickstart":{"code":"import com.fasterxml.jackson.databind.ObjectMapper;\nimport com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule;\n\npublic class Main {\n    public static void main(String[] args) throws Exception {\n        ObjectMapper mapper = new ObjectMapper();\n        mapper.registerModule(new JaxbAnnotationModule());\n        // Now JAXB annotations are recognized\n    }\n}","lang":"java","description":"Registers the JAXB annotation module with Jackson's ObjectMapper."},"warnings":[],"env_vars":null,"search_vec":"'allow':7 'altern':13 'annot':3,10,18,25 'configur':20 'jackson':1,15,23 'jaxb':2,9,24 'json':21 'modul':4,5 'nativ':17 'serial':22,26 'use':8","created_at":"2026-06-15T09:02:00.730615+00:00","updated_at":"2026-06-15T09:02:00.730615+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":"https://github.com/FasterXML/jackson-modules-base","github":"https://github.com/FasterXML/jackson-modules-base","docs":"https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"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}}