Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Since handling of Date/time values relies (to some degree) on Locale and TimeZone values, there should be ways to force use of specific values.
One part of this is to make add setters and getters in DeserializationConfig, SerializationConfig, for Locale and TimaZone.
Second part is adding new properties in @JsonFormat; and third is to retrofit Date/Calendar handlers to use this new information.
Implemented.