Uses of Class
com.fasterxml.jackson.datatype.jsr310.deser.InstantDeserializer
-
Packages that use InstantDeserializer Package Description com.fasterxml.jackson.datatype.jsr310.deser -
-
Uses of InstantDeserializer in com.fasterxml.jackson.datatype.jsr310.deser
Fields in com.fasterxml.jackson.datatype.jsr310.deser declared as InstantDeserializer Modifier and Type Field Description static InstantDeserializer<java.time.Instant>
InstantDeserializer. INSTANT
static InstantDeserializer<java.time.OffsetDateTime>
InstantDeserializer. OFFSET_DATE_TIME
static InstantDeserializer<java.time.ZonedDateTime>
InstantDeserializer. ZONED_DATE_TIME
Methods in com.fasterxml.jackson.datatype.jsr310.deser that return InstantDeserializer Modifier and Type Method Description protected InstantDeserializer<T>
InstantDeserializer. withDateFormat(java.time.format.DateTimeFormatter dtf)
InstantDeserializer<T>
InstantDeserializer. withFeatures(com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features)
protected InstantDeserializer<T>
InstantDeserializer. withLeniency(java.lang.Boolean leniency)
Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type InstantDeserializer Constructor Description InstantDeserializer(InstantDeserializer<T> base, com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features)
InstantDeserializer(InstantDeserializer<T> base, java.lang.Boolean adjustToContextTimezoneOverride)
InstantDeserializer(InstantDeserializer<T> base, java.lang.Boolean leniency, java.time.format.DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape, java.lang.Boolean adjustToContextTimezoneOverride, java.lang.Boolean readTimestampsAsNanosOverride)
InstantDeserializer(InstantDeserializer<T> base, java.time.format.DateTimeFormatter f)
InstantDeserializer(InstantDeserializer<T> base, java.time.format.DateTimeFormatter f, java.lang.Boolean leniency)
-