Package | Description |
---|---|
com.fasterxml.jackson.datatype.jsr310.deser |
Modifier and Type | Field and Description |
---|---|
static InstantDeserializer<Instant> |
InstantDeserializer.INSTANT |
static InstantDeserializer<OffsetDateTime> |
InstantDeserializer.OFFSET_DATE_TIME |
static InstantDeserializer<ZonedDateTime> |
InstantDeserializer.ZONED_DATE_TIME |
Constructor and Description |
---|
InstantDeserializer(InstantDeserializer<T> base,
Boolean adjustToContextTimezoneOverride) |
InstantDeserializer(InstantDeserializer<T> base,
DateTimeFormatter f) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.