Uses of Enum Class
tools.jackson.databind.cfg.DateTimeFeature
Packages that use DateTimeFeature
Package
Description
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).-
Uses of DateTimeFeature in tools.jackson.databind.cfg
Subclasses with type arguments of type DateTimeFeature in tools.jackson.databind.cfgModifier and TypeClassDescriptionenumConfigurable on/off features to configure Date/Time handling.Methods in tools.jackson.databind.cfg that return DateTimeFeatureModifier and TypeMethodDescriptionstatic DateTimeFeatureReturns the enum constant of this class with the specified name.static DateTimeFeature[]DateTimeFeature.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DateTimeFeature in tools.jackson.databind.ext.javatime.ser
Methods in tools.jackson.databind.ext.javatime.ser that return DateTimeFeatureModifier and TypeMethodDescriptionprotected DateTimeFeatureDurationSerializer.getTimestampsFeature()protected DateTimeFeatureJSR310FormattedSerializerBase.getTimestampsFeature()Overridable method that determinesSerializationFeaturethat is used as the global default in determining if date/time value serialized should use numeric format ("timestamp") or not.