Uses of Class
com.fasterxml.jackson.datatype.threetenbp.deser.InstantDeserializer
Packages that use InstantDeserializer
-
Uses of InstantDeserializer in com.fasterxml.jackson.datatype.threetenbp.deser
Fields in com.fasterxml.jackson.datatype.threetenbp.deser declared as InstantDeserializerModifier and TypeFieldDescriptionstatic final InstantDeserializer<org.threeten.bp.Instant> InstantDeserializer.INSTANTstatic final InstantDeserializer<org.threeten.bp.OffsetDateTime> InstantDeserializer.OFFSET_DATE_TIMEstatic final InstantDeserializer<org.threeten.bp.ZonedDateTime> InstantDeserializer.ZONED_DATE_TIMEMethods in com.fasterxml.jackson.datatype.threetenbp.deser that return InstantDeserializerModifier and TypeMethodDescriptionprotected InstantDeserializer<T> InstantDeserializer.withDateFormat(org.threeten.bp.format.DateTimeFormatter dtf) InstantDeserializer.withFeatures(com.fasterxml.jackson.core.util.JacksonFeatureSet<ThreeTenTimeFeature> features) protected InstantDeserializer<T> InstantDeserializer.withLeniency(Boolean leniency) Constructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type InstantDeserializerModifierConstructorDescriptionprotectedInstantDeserializer(InstantDeserializer<T> base, com.fasterxml.jackson.core.util.JacksonFeatureSet<ThreeTenTimeFeature> features) protectedInstantDeserializer(InstantDeserializer<T> base, Boolean adjustToContextTimezoneOverride) protectedInstantDeserializer(InstantDeserializer<T> base, Boolean leniency, org.threeten.bp.format.DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape, Boolean adjustToContextTimezoneOverride, Boolean readTimestampsAsNanosOverride) protectedInstantDeserializer(InstantDeserializer<T> base, org.threeten.bp.format.DateTimeFormatter f) protectedInstantDeserializer(InstantDeserializer<T> base, org.threeten.bp.format.DateTimeFormatter f, Boolean leniency)