Uses of Class
tools.jackson.databind.ext.javatime.deser.YearMonthDeserializer
Packages that use YearMonthDeserializer
-
Uses of YearMonthDeserializer in tools.jackson.databind.ext.javatime.deser
Fields in tools.jackson.databind.ext.javatime.deser declared as YearMonthDeserializerModifier and TypeFieldDescriptionstatic final YearMonthDeserializerYearMonthDeserializer.INSTANCEMethods in tools.jackson.databind.ext.javatime.deser that return YearMonthDeserializerModifier and TypeMethodDescriptionprotected YearMonthDeserializerYearMonthDeserializer.withDateFormat(DateTimeFormatter dtf) protected YearMonthDeserializerYearMonthDeserializer.withLeniency(Boolean leniency) Constructors in tools.jackson.databind.ext.javatime.deser with parameters of type YearMonthDeserializerModifierConstructorDescriptionprotectedYearMonthDeserializer(YearMonthDeserializer base, Boolean leniency) Since 2.11YearMonthDeserializer(YearMonthDeserializer base, Boolean leniency, DateTimeFormatter formatter, JsonFormat.Shape shape) Since 2.16