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 aabe5e2 commit 7a965c2Copy full SHA for 7a965c2
1 file changed
src/main/java/com/retailsvc/http/GsonTypeMapper.java
@@ -6,9 +6,8 @@
6
import java.util.Objects;
7
8
/**
9
- * {@link TypeMapper} for {@code application/json} backed by Gson. Mirrors the ergonomics of {@link
10
- * Jackson2JsonTypeMapper} / {@link Jackson3JsonTypeMapper}: the caller supplies a fully configured
11
- * {@link Gson}; this class never silently mutates it.
+ * {@link TypeMapper} for {@code application/json} backed by Gson. The caller supplies a fully
+ * configured {@link Gson}; this class never silently mutates it.
12
*
13
* <p>The no-argument constructor uses the library's default {@link Gson} — the same JSR-310-aware
14
* instance the built-in auto-registration produces — making this a drop-in replacement for the
0 commit comments