Duration
s.Duration
s.Instant
s, OffsetDateTime
, and ZonedDateTime
s.Instant
s, OffsetDateTime
, and ZonedDateTime
s.Instant
.java.time
objects with the Jackson core.JavaTimeModule
since Jackson 2.7, see above for
details on differences in the default configuration.null
keys are needed to be serialized in a Map
with Java 8 temporal keys.java.time
types that cannot be represented
with numbers and that have parse functions that can take String
s,
and where format is not configurable.LocalDate
s.LocalDate
s.LocalDateTime
s.LocalDateTime
s.LocalTime
s.LocalTime
s.MonthDay
s.MonthDay
s.OffsetTime
s.OffsetTime
s.Year
s.YearMonth
s.YearMonth
s.Year
s.JSR310Module
JsonFormat.Feature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE
JsonFormat.Feature.WRITE_DATES_WITH_ZONE_ID
Copyright © 2017 FasterXML. All rights reserved.