Skip to content

Commit

Permalink
Update @JsonFormat javaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Dec 3, 2024
1 parent c23e60e commit 91770ed
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
* <li>{@link java.util.Date}: 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
* {@link Shape#STRING} for serialization and deserialization. When {@link Shape#STRING}
* is used, the pattern property typically follows
* {@link java.time.format.DateTimeFormatter}-compatible formatting rules.
* </li>
* <li>Can be used on Classes (types) as well, for modified default behavior, possibly
* overridden by per-property annotation
* </li>
Expand Down

0 comments on commit 91770ed

Please sign in to comment.