We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4590687 commit 582301eCopy full SHA for 582301e
features.md
@@ -59,9 +59,9 @@ title: Jsoniter Features (Java Version)
59
60
# Object Decoding
61
62
-| feature | java reflection | java codegen | go reflection |
63
-| --- | --- | --- | --- |
64
-| field binding | Yes | Yes | |
+| feature | java reflection | java codegen | go reflection | comment |
+| --- | --- | --- | --- | --- |
+| field binding | Yes | Yes | Yes | Java version has hash mode and strict mode, golang version have 1/2/3/4/general field matching |
65
| setter binding | Yes | Yes | N/A |
66
| ctor/factory/di support | Yes | Yes | N/A |
67
| wrapper | Yes | Yes | N/A |
0 commit comments