We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05a41e commit 7a46341Copy full SHA for 7a46341
src/main/java/com/fasterxml/jackson/annotation/JsonFormat.java
@@ -260,7 +260,14 @@ public enum Feature {
260
* serialization.
261
*/
262
WRITE_SORTED_MAP_ENTRIES,
263
- ;
+
264
+ /**
265
+ * Override for <code>DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIMEZONE</code>
266
+ * that specifies whether context provided timezone
267
+ * <code>DeserializationContext.getTimeZone()</code> should be used to adjust Date/Time
268
+ * values on deserialization, even if value itself contains timezone information
269
+ */
270
+ ADJUST_DATES_TO_CONTEXT_TIME_ZONE
271
}
272
273
/**
0 commit comments