Uses of Class
tools.jackson.databind.ext.javatime.deser.InstantDeserializer
Packages that use InstantDeserializer
-
Uses of InstantDeserializer in tools.jackson.databind.ext.javatime.deser
Fields in tools.jackson.databind.ext.javatime.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 tools.jackson.databind.ext.javatime.deser that return InstantDeserializerModifier and TypeMethodDescriptionInstantDeserializer.withDateFormat(DateTimeFormatter dtf) NOTE:publicsince 2.21 / 3.1InstantDeserializer.withLeniency(Boolean leniency) NOTE:publicsince 2.21 / 3.1Constructors in tools.jackson.databind.ext.javatime.deser with parameters of type InstantDeserializerModifierConstructorDescriptionprotectedInstantDeserializer(InstantDeserializer<T> base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape, Boolean adjustToContextTimezoneOverride, Boolean readTimestampsAsNanosOverride) protectedprotectedInstantDeserializer(InstantDeserializer<T> base, DateTimeFormatter f, Boolean leniency)