8000 feign/feign-gson/README.md at feign-rxjava · sdhery/feign · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 251 Bytes

File metadata and controls

10 lines (7 loc) · 251 Bytes

Gson Codec

This module adds support for encoding and decoding json via the Gson library.

Add this to your object graph like so:

GitHub github = Feign.create(GitHub.class, "https://api.github.com", new GsonModule());
0