Registry / http-client / feign-jackson

feign-jackson

JSON →
library13.9.3javamavenunverified

Feign Jackson provides Jackson codec support for Feign, a Java HTTP client binder.

<dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-jackson</artifactId> <version>13.9.3</version> </dependency>
INSTALL
IMPORT
SIG · FEIGN-JACKSON
F
feign-jackson
http-clientjavav13.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JacksonDecoder
✓ feign.jackson.JacksonDecoder

Configures Feign to use Jackson for decoding responses.

import feign.jackson.JacksonDecoder; Feign.builder() .decoder(new JacksonDecoder()) .target(MyApi.class, "https://api.example.com");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Resources
feign-jackson — mvn dependency:get feign-jackson · libregistry