Function<T,R> fromMilliseconds
Function<T,R> fromNanoseconds
Function<T,R> parsedToValue
BiFunction<T,U,R> adjust
boolean replaceZeroOffsetAsZ
Boolean _adjustToContextTZOverride
JsonFormat.Feature.ADJUST_DATES_TO_CONTEXT_TIME_ZONEDateTimeFormatter _formatter
boolean _isLenient
JsonFormat annotation on property or class, or due to per-type
"config override", or from global settings): leniency/strictness has effect
on accepting some non-default input value representations (such as integer values
for dates).
Note that global default setting is for leniency to be enabled, for Jackson 2.x, and has to be explicitly change to force strict handling: this is to keep backwards compatibility with earlier versions.
int _valueType
DateTimeFormatter defaultFormat
ToLongFunction<T> getEpochMillis
ToLongFunction<T> getEpochSeconds
ToIntFunction<T> getNanoseconds
Boolean _writeZoneId
JsonFormat.Feature.WRITE_DATES_WITH_ZONE_IDCopyright © 2019 FasterXML. All rights reserved.