Skip to content

Commit 7a965c2

Browse files
committed
docs: Remove Jackson reference from GsonTypeMapper javadoc
1 parent aabe5e2 commit 7a965c2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/java/com/retailsvc/http/GsonTypeMapper.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
import java.util.Objects;
77

88
/**
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.
9+
* {@link TypeMapper} for {@code application/json} backed by Gson. The caller supplies a fully
10+
* configured {@link Gson}; this class never silently mutates it.
1211
*
1312
* <p>The no-argument constructor uses the library's default {@link Gson} — the same JSR-310-aware
1413
* instance the built-in auto-registration produces — making this a drop-in replacement for the

0 commit comments

Comments
 (0)