Uses of Class
com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
Packages that use DateDeserializers.DateBasedDeserializer
Package
Description
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of DateDeserializers.DateBasedDeserializer in com.fasterxml.jackson.databind.deser.std
Modifier and TypeClassDescriptionstatic classstatic classSimple deserializer for handlingDatevalues.static classCompared to plain oldDate, SQL version is easier to deal with: mostly because it is more limited.static classSimple deserializer for handlingTimestampvalues.Methods in com.fasterxml.jackson.databind.deser.std that return DateDeserializers.DateBasedDeserializerModifier and TypeMethodDescriptionprotected abstract DateDeserializers.DateBasedDeserializer<T> DateDeserializers.DateBasedDeserializer.withDateFormat(DateFormat df, String formatStr) Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type DateDeserializers.DateBasedDeserializerModifierConstructorDescriptionprotectedDateBasedDeserializer(DateDeserializers.DateBasedDeserializer<T> base, DateFormat format, String formatStr)