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