-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(java): replace Guava's TypeToken with self-made (#1553)
## What does this PR do? Removes Guava's `TypeToken` usages and replaces it with a hand-made `TypeToken` implementation. To be honest, this is mostly a copy-paste of Guava's TypeToken with removing some unnecessary stuff. This implementation can be improved and optimized. ## Related issues #1113 #1273 --------- Co-authored-by: Nandakumar Vadivelu <nanda@apache.org>
- Loading branch information
1 parent
c6bc996
commit a003624
Showing
48 changed files
with
2,214 additions
and
891 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
248 changes: 117 additions & 131 deletions
248
java/fury-core/src/main/java/org/apache/fury/builder/BaseObjectCodecBuilder.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.