Uses of Class
com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer
Packages that use LocalDateTimeDeserializer
-
Uses of LocalDateTimeDeserializer in com.fasterxml.jackson.datatype.jsr310.deser
Fields in com.fasterxml.jackson.datatype.jsr310.deser declared as LocalDateTimeDeserializerModifier and TypeFieldDescriptionstatic final LocalDateTimeDeserializer
LocalDateTimeDeserializer.INSTANCE
Methods in com.fasterxml.jackson.datatype.jsr310.deser that return LocalDateTimeDeserializerModifier and TypeMethodDescriptionprotected LocalDateTimeDeserializer
LocalDateTimeDeserializer.withDateFormat
(DateTimeFormatter dtf) protected LocalDateTimeDeserializer
LocalDateTimeDeserializer.withLeniency
(Boolean leniency) Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type LocalDateTimeDeserializerModifierConstructorDescriptionprotected
LocalDateTimeDeserializer
(LocalDateTimeDeserializer base, Boolean leniency) Since 2.10protected
LocalDateTimeDeserializer
(LocalDateTimeDeserializer base, Boolean leniency, DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape, Boolean readTimestampsAsNanosOverride) Since 2.16