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 LocalDateTimeDeserializerLocalDateTimeDeserializer.INSTANCEMethods in com.fasterxml.jackson.datatype.jsr310.deser that return LocalDateTimeDeserializerModifier and TypeMethodDescriptionprotected LocalDateTimeDeserializerLocalDateTimeDeserializer.withDateFormat(DateTimeFormatter formatter) protected LocalDateTimeDeserializerLocalDateTimeDeserializer.withLeniency(Boolean leniency) protected LocalDateTimeDeserializerLocalDateTimeDeserializer.withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type LocalDateTimeDeserializerModifierConstructorDescriptionprotectedLocalDateTimeDeserializer(LocalDateTimeDeserializer base, Boolean leniency) Since 2.10