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 YearMonthDeserializer
YearMonthDeserializer.INSTANCE
Methods in com.fasterxml.jackson.datatype.jsr310.deser that return YearMonthDeserializerModifier and TypeMethodDescriptionprotected YearMonthDeserializer
YearMonthDeserializer.withDateFormat
(DateTimeFormatter dtf) protected YearMonthDeserializer
YearMonthDeserializer.withLeniency
(Boolean leniency) protected YearMonthDeserializer
YearMonthDeserializer.withShape
(com.fasterxml.jackson.annotation.JsonFormat.Shape shape) Constructors in com.fasterxml.jackson.datatype.jsr310.deser with parameters of type YearMonthDeserializerModifierConstructorDescriptionprotected
YearMonthDeserializer
(YearMonthDeserializer base, Boolean leniency) Since 2.11