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) protected InstantDeserializer<T>InstantDeserializer.withLeniency(Boolean leniency) protected InstantDeserializer<T>InstantDeserializer.withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type InstantDeserializerModifierConstructorDescriptionprotectedInstantDeserializer(InstantDeserializer<T> base, Boolean adjustToContextTimezoneOverride) protectedprotectedInstantDeserializer(InstantDeserializer<T> base, DateTimeFormatter f, Boolean leniency)