Uses of Class
com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer
-
Packages that use LocalDateDeserializer Package Description com.fasterxml.jackson.datatype.jsr310.deser -
-
Uses of LocalDateDeserializer in com.fasterxml.jackson.datatype.jsr310.deser
Fields in com.fasterxml.jackson.datatype.jsr310.deser declared as LocalDateDeserializer Modifier and Type Field Description static LocalDateDeserializerLocalDateDeserializer. INSTANCEMethods in com.fasterxml.jackson.datatype.jsr310.deser that return LocalDateDeserializer Modifier and Type Method Description protected LocalDateDeserializerLocalDateDeserializer. withDateFormat(java.time.format.DateTimeFormatter dtf)protected LocalDateDeserializerLocalDateDeserializer. withLeniency(java.lang.Boolean leniency)protected LocalDateDeserializerLocalDateDeserializer. withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape)Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type LocalDateDeserializer Constructor Description LocalDateDeserializer(LocalDateDeserializer base, com.fasterxml.jackson.annotation.JsonFormat.Shape shape)Since 2.11LocalDateDeserializer(LocalDateDeserializer base, java.lang.Boolean leniency)Since 2.10LocalDateDeserializer(LocalDateDeserializer base, java.time.format.DateTimeFormatter dtf)Since 2.10
-