Skip to content

Commit 582301e

Browse files
authored
Update features.md
1 parent 4590687 commit 582301e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ title: Jsoniter Features (Java Version)
5959

6060
# Object Decoding
6161

62-
| feature | java reflection | java codegen | go reflection |
63-
| --- | --- | --- | --- |
64-
| field binding | Yes | Yes | |
62+
| feature | java reflection | java codegen | go reflection | comment |
63+
| --- | --- | --- | --- | --- |
64+
| field binding | Yes | Yes | Yes | Java version has hash mode and strict mode, golang version have 1/2/3/4/general field matching |
6565
| setter binding | Yes | Yes | N/A |
6666
| ctor/factory/di support | Yes | Yes | N/A |
6767
| wrapper | Yes | Yes | N/A |

0 commit comments

Comments
 (0)