Uses of Class
com.fasterxml.jackson.datatype.threetenbp.deser.LocalDateTimeDeserializer
-
Packages that use LocalDateTimeDeserializer Package Description com.fasterxml.jackson.datatype.threetenbp.deser -
-
Uses of LocalDateTimeDeserializer in com.fasterxml.jackson.datatype.threetenbp.deser
Fields in com.fasterxml.jackson.datatype.threetenbp.deser declared as LocalDateTimeDeserializer Modifier and Type Field Description static LocalDateTimeDeserializerLocalDateTimeDeserializer. INSTANCEMethods in com.fasterxml.jackson.datatype.threetenbp.deser that return LocalDateTimeDeserializer Modifier and Type Method Description protected LocalDateTimeDeserializerLocalDateTimeDeserializer. withDateFormat(org.threeten.bp.format.DateTimeFormatter formatter)protected LocalDateTimeDeserializerLocalDateTimeDeserializer. withLeniency(Boolean leniency)protected LocalDateTimeDeserializerLocalDateTimeDeserializer. withShape(com.fasterxml.jackson.annotation.JsonFormat.Shape shape)Constructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type LocalDateTimeDeserializer Constructor Description LocalDateTimeDeserializer(LocalDateTimeDeserializer base, Boolean leniency)Since 2.10
-