We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a849687 commit 3fc3003Copy full SHA for 3fc3003
moshi/README.md
@@ -11,10 +11,3 @@ GitHub github = Feign.builder()
11
.decoder(new MoshiDecoder())
12
.target(GitHub.class, "https://api.github.com");
13
```
14
-
15
-### Map<String, Object> and Numbers
16
-The default constructors of `MoshiEncoder` and `MoshiDecoder` decoder numbers in
17
-`Map<String, Object>` as Integer type. This prevents reading `{"counter", "1"}`
18
-as `Map.of("counter", 1.0)`.
19
20
-To change this, please use constructors that accept a Moshi object.
0 commit comments