Feign Gson is a decoder/encoder for Feign HTTP client that uses Gson for JSON serialization.
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-gson</artifactId>
<version>13.9.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example creating a Feign builder with Gson decoder.
Add a compatible version of com.google.code.gson:gson as a dependency.
No dependency data recorded yet.