Registry / http-client / feign-gson

feign-gson

JSON →
library13.9.3javamavenunverified

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>
INSTALL
IMPORT
SIG · FEIGN-GSON
F
feign-gson
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.

GsonDecoder
feign.gson.GsonDecoder

Minimal example creating a Feign builder with Gson decoder.

import feign.gson.GsonDecoder; import feign.Feign; public class Example { public static void main(String[] args) { GsonDecoder decoder = new GsonDecoder(); Feign.Builder builder = Feign.builder().decoder(decoder); System.out.println("Feign builder with Gson decoder created"); } }
Debug
Known issues
breakingFeign Gson requires Gson library on the classpath; ensure compatibility with your Gson version.
fix
Add a compatible version of com.google.code.gson:gson as a dependency.
affects: all
Upgrade
Version history
13.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
feign-gson — mvn dependency:get feign-gson · libregistry