Uses of Class
com.fasterxml.jackson.datatype.threetenbp.deser.LocalTimeDeserializer
Packages that use LocalTimeDeserializer
-
Uses of LocalTimeDeserializer in com.fasterxml.jackson.datatype.threetenbp.deser
Fields in com.fasterxml.jackson.datatype.threetenbp.deser declared as LocalTimeDeserializerModifier and TypeFieldDescriptionstatic final LocalTimeDeserializerLocalTimeDeserializer.INSTANCEMethods in com.fasterxml.jackson.datatype.threetenbp.deser that return LocalTimeDeserializerModifier and TypeMethodDescriptionprotected LocalTimeDeserializerLocalTimeDeserializer.withDateFormat(org.threeten.bp.format.DateTimeFormatter dtf) protected LocalTimeDeserializerLocalTimeDeserializer.withLeniency(Boolean leniency) Constructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type LocalTimeDeserializerModifierConstructorDescriptionprotectedLocalTimeDeserializer(LocalTimeDeserializer base, Boolean leniency) Since 2.11protectedLocalTimeDeserializer(LocalTimeDeserializer base, Boolean leniency, org.threeten.bp.format.DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape, Boolean readTimestampsAsNanosOverride) Since 2.16