Uses of Class
com.fasterxml.jackson.datatype.threetenbp.deser.YearDeserializer
Packages that use YearDeserializer
-
Uses of YearDeserializer in com.fasterxml.jackson.datatype.threetenbp.deser
Fields in com.fasterxml.jackson.datatype.threetenbp.deser declared as YearDeserializerMethods in com.fasterxml.jackson.datatype.threetenbp.deser that return YearDeserializerModifier and TypeMethodDescriptionprotected YearDeserializerYearDeserializer.withDateFormat(org.threeten.bp.format.DateTimeFormatter dtf) protected YearDeserializerYearDeserializer.withLeniency(Boolean leniency) Constructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type YearDeserializerModifierConstructorDescriptionprotectedYearDeserializer(YearDeserializer base, Boolean leniency) Since 2.12YearDeserializer(YearDeserializer base, Boolean leniency, org.threeten.bp.format.DateTimeFormatter formatter, com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Since 2.16