| Class and Description |
|---|
| com.fasterxml.jackson.datatype.jsr310.JSR310Module
Replaced by
JavaTimeModule since Jackson 2.7, see above for
details on differences in the default configuration. |
| com.fasterxml.jackson.datatype.jsr310.ser.key.Jsr310NullKeySerializer |
| com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer
Due to typo in class name use
YearMonthKeyDeserializer instead. |
| com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeWithZoneIdSerializer
Since 2.8 only used by deprecated
JSR310Module |
| Method and Description |
|---|
| com.fasterxml.jackson.datatype.jsr310.DecimalUtils.extractSecondsAndNanos(BigDecimal, BiFunction<Long, Integer, T>)
Since 2.19: use
DecimalUtils.extractSecondsAndNanos(BigDecimal, BiFunction, boolean) instead. |
| com.fasterxml.jackson.datatype.jsr310.ser.ZonedDateTimeSerializer.withFeatures(Boolean) |
Copyright © 2025 FasterXML. All rights reserved.