Skip to content

Commit

Permalink
doc : @jsonformat apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Dec 5, 2024
1 parent 91770ed commit 6424b77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
* or String (such as ISO-8601 compatible time value) -- as well as configuring
* exact details with {@link #pattern} property.
*<p>
* As of Jackson 2.6, known special handling includes:
* As of Jackson 2.18, known special handling includes:
*<ul>
* <li>{@link java.util.Date}: Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
* <li>{@link java.util.Date} or {@link java.util.Calendar} : Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
* pattern may contain {@link java.text.SimpleDateFormat}-compatible pattern definition.
* </li>
* <li>{@code java.time.*}: Types in the {@code java.time} package can use
Expand Down

0 comments on commit 6424b77

Please sign in to comment.