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