File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/com/fasterxml/jackson/annotation Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 4
4
import java .util .Locale ;
5
5
import java .util .TimeZone ;
6
6
7
- import com .fasterxml .jackson .annotation .JsonFormat .Shape ;
8
-
9
7
/**
10
8
* General-purpose annotation used for configuring details of how
11
9
* values of properties are to be serialized and deserialized.
19
17
* or String (such as ISO-8601 compatible time value) -- as well as configuring
20
18
* exact details with {@link #pattern} property.
21
19
*<p>
22
- * As of Jackson 2.19 , known special handling includes:
20
+ * As of Jackson 2.20 , known special handling includes:
23
21
*<ul>
24
22
* <li>{@link java.util.Date} or {@link java.util.Calendar}: Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
25
23
* pattern may contain {@link java.text.SimpleDateFormat}-compatible pattern definition.
You can’t perform that action at this time.
0 commit comments