Uses of Class
com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer
Packages that use LocalDateDeserializer
-
Uses of LocalDateDeserializer in com.fasterxml.jackson.datatype.jsr310.deser
Fields in com.fasterxml.jackson.datatype.jsr310.deser declared as LocalDateDeserializerModifier and TypeFieldDescriptionstatic final LocalDateDeserializerLocalDateDeserializer.INSTANCEMethods in com.fasterxml.jackson.datatype.jsr310.deser that return LocalDateDeserializerModifier and TypeMethodDescriptionprotected LocalDateDeserializerLocalDateDeserializer.withDateFormat(DateTimeFormatter dtf) protected LocalDateDeserializerLocalDateDeserializer.withLeniency(Boolean leniency) protected LocalDateDeserializerLocalDateDeserializer.withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type LocalDateDeserializerModifierConstructorDescriptionprotectedLocalDateDeserializer(LocalDateDeserializer base, com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Since 2.11protectedLocalDateDeserializer(LocalDateDeserializer base, Boolean leniency) Since 2.10Since 2.10