You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,24 @@ modules needed to support Java 8 features when core Jackson modules do not
5
5
(yet) require Java 8 runtime (note: Jackson 3.0 will likely increase baseline
6
6
and allow including some or all of this functionality)
7
7
8
-
This includes 3 modules:
8
+
For Jackson 2.x this includes 3 modules:
9
9
10
10
*[Parameter names](parameter-names/): support for detecting constructor and factory method ("creator") parameters without having to use `@JsonProperty` annotation
0 commit comments