Uses of Class
com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer
Packages that use InstantDeserializer
-
Uses of InstantDeserializer in com.fasterxml.jackson.datatype.jsr310.deser
Fields in com.fasterxml.jackson.datatype.jsr310.deser declared as InstantDeserializerModifier and TypeFieldDescriptionstatic final InstantDeserializer
<Instant> InstantDeserializer.INSTANT
static final InstantDeserializer
<OffsetDateTime> InstantDeserializer.OFFSET_DATE_TIME
static final InstantDeserializer
<ZonedDateTime> InstantDeserializer.ZONED_DATE_TIME
Methods in com.fasterxml.jackson.datatype.jsr310.deser that return InstantDeserializerModifier and TypeMethodDescriptionprotected InstantDeserializer
<T> InstantDeserializer.withDateFormat
(DateTimeFormatter dtf) InstantDeserializer.withFeatures
(com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features) protected InstantDeserializer
<T> InstantDeserializer.withLeniency
(Boolean leniency) Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type InstantDeserializerModifierConstructorDescriptionprotected
InstantDeserializer
(InstantDeserializer<T> base, com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features) protected
InstantDeserializer
(InstantDeserializer<T> base, Boolean adjustToContextTimezoneOverride) protected
InstantDeserializer
(InstantDeserializer<T> base, Boolean leniency, DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape, Boolean adjustToContextTimezoneOverride, Boolean readTimestampsAsNanosOverride) protected
protected
InstantDeserializer
(InstantDeserializer<T> base, DateTimeFormatter f, Boolean leniency)