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.INSTANTstatic final InstantDeserializer<OffsetDateTime> InstantDeserializer.OFFSET_DATE_TIMEstatic final InstantDeserializer<ZonedDateTime> InstantDeserializer.ZONED_DATE_TIMEMethods 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 InstantDeserializerModifierConstructorDescriptionprotectedInstantDeserializer(InstantDeserializer<T> base, com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features) protectedInstantDeserializer(InstantDeserializer<T> base, Boolean adjustToContextTimezoneOverride) protectedInstantDeserializer(InstantDeserializer<T> base, Boolean leniency, DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape, Boolean adjustToContextTimezoneOverride, Boolean readTimestampsAsNanosOverride) protectedprotectedInstantDeserializer(InstantDeserializer<T> base, DateTimeFormatter f, Boolean leniency)