Uses of Enum
com.fasterxml.jackson.datatype.jsr310.JavaTimeFeature
Packages that use JavaTimeFeature
Package
Description
-
Uses of JavaTimeFeature in com.fasterxml.jackson.datatype.jsr310
Fields in com.fasterxml.jackson.datatype.jsr310 with type parameters of type JavaTimeFeatureModifier and TypeFieldDescriptionprivate com.fasterxml.jackson.core.util.JacksonFeatureSet
<JavaTimeFeature> JavaTimeModule._features
Methods in com.fasterxml.jackson.datatype.jsr310 that return JavaTimeFeatureModifier and TypeMethodDescriptionstatic JavaTimeFeature
Returns the enum constant of this type with the specified name.static JavaTimeFeature[]
JavaTimeFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.datatype.jsr310 with parameters of type JavaTimeFeatureModifier and TypeMethodDescriptionJavaTimeModule.disable
(JavaTimeFeature f) JavaTimeModule.enable
(JavaTimeFeature f) -
Uses of JavaTimeFeature in com.fasterxml.jackson.datatype.jsr310.deser
Method parameters in com.fasterxml.jackson.datatype.jsr310.deser with type arguments of type JavaTimeFeatureModifier and TypeMethodDescriptionInstantDeserializer.withFeatures
(com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features) Constructor parameters in com.fasterxml.jackson.datatype.jsr310.deser with type arguments of type JavaTimeFeatureModifierConstructorDescriptionprotected
InstantDeserializer
(InstantDeserializer<T> base, com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features)