| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.threetenbp.deser |
| Modifier and Type | Field and Description |
|---|---|
static InstantDeserializer<org.threeten.bp.Instant> |
InstantDeserializer.INSTANT |
static InstantDeserializer<org.threeten.bp.OffsetDateTime> |
InstantDeserializer.OFFSET_DATE_TIME |
static InstantDeserializer<org.threeten.bp.ZonedDateTime> |
InstantDeserializer.ZONED_DATE_TIME |
| Modifier and Type | Method and Description |
|---|---|
protected InstantDeserializer<T> |
InstantDeserializer.withDateFormat(org.threeten.bp.format.DateTimeFormatter dtf) |
protected InstantDeserializer<T> |
InstantDeserializer.withLeniency(Boolean leniency) |
| Constructor and Description |
|---|
InstantDeserializer(InstantDeserializer<T> base,
Boolean adjustToContextTimezoneOverride) |
InstantDeserializer(InstantDeserializer<T> base,
org.threeten.bp.format.DateTimeFormatter f) |
Copyright © 2019 FasterXML. All rights reserved.