File tree Expand file tree Collapse file tree
src/main/java/com/fasterxml/jackson/annotation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import java .util .Locale ;
55import java .util .TimeZone ;
66
7- import com .fasterxml .jackson .annotation .JsonFormat .Shape ;
8-
97/**
108 * General-purpose annotation used for configuring details of how
119 * values of properties are to be serialized and deserialized.
1917 * or String (such as ISO-8601 compatible time value) -- as well as configuring
2018 * exact details with {@link #pattern} property.
2119 *<p>
22- * As of Jackson 2.19 , known special handling includes:
20+ * As of Jackson 2.20 , known special handling includes:
2321 *<ul>
2422 * <li>{@link java.util.Date} or {@link java.util.Calendar}: Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
2523 * pattern may contain {@link java.text.SimpleDateFormat}-compatible pattern definition.
You can’t perform that action at this time.
0 commit comments