{"id":55201,"library":"feign-jackson","title":"Feign Jackson","description":"Feign Jackson provides Jackson codec support for Feign, a Java HTTP client binder.","status":"active","version":"13.9.3","language":"java","source_language":null,"source_url":"https://github.com/openfeign/feign","tags":["feign","jackson","http-client","json","serialization"],"install":[{"cmd":"<dependency>\n  <groupId>io.github.openfeign</groupId>\n  <artifactId>feign-jackson</artifactId>\n  <version>13.9.3</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.github.openfeign:feign-jackson:13.9.3'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"JacksonDecoder","correct":"feign.jackson.JacksonDecoder"}],"quickstart":{"code":"import feign.jackson.JacksonDecoder;\n\nFeign.builder()\n    .decoder(new JacksonDecoder())\n    .target(MyApi.class, \"https://api.example.com\");","lang":"java","description":"Configures Feign to use Jackson for decoding responses."},"warnings":[],"env_vars":null,"search_vec":"'binder':15 'client':14,20 'codec':7 'feign':1,3,10,16 'http':13,19 'http-client':18 'jackson':2,4,6,17 'java':12 'json':21 'provid':5 'serial':22 'support':8","created_at":"2026-06-15T09:40:52.596678+00:00","updated_at":"2026-06-15T09:40:52.596678+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/openfeign/feign","github":"https://github.com/openfeign/feign","docs":"https://appdoc.app/artifact/io.github.openfeign/feign-jackson/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","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}}