Uses of Class
com.fasterxml.jackson.datatype.jsr310.JavaTimeFeature
-
Packages that use JavaTimeFeature Package Description com.fasterxml.jackson.datatype.jsr310 com.fasterxml.jackson.datatype.jsr310.deser -
-
Uses of JavaTimeFeature in com.fasterxml.jackson.datatype.jsr310
Fields in com.fasterxml.jackson.datatype.jsr310 with type parameters of type JavaTimeFeature Modifier and Type Field Description private com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature>
JavaTimeModule. _features
Methods in com.fasterxml.jackson.datatype.jsr310 that return JavaTimeFeature Modifier and Type Method Description static JavaTimeFeature
JavaTimeFeature. valueOf(java.lang.String name)
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 JavaTimeFeature Modifier and Type Method Description JavaTimeModule
JavaTimeModule. disable(JavaTimeFeature f)
JavaTimeModule
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 JavaTimeFeature Modifier and Type Method Description InstantDeserializer<T>
InstantDeserializer. withFeatures(com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features)
Constructor parameters in com.fasterxml.jackson.datatype.jsr310.deser with type arguments of type JavaTimeFeature Constructor Description InstantDeserializer(InstantDeserializer<T> base, com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features)
-