| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.jsr310 | |
| com.fasterxml.jackson.datatype.jsr310.deser |
| Modifier and Type | Method and Description |
|---|---|
static JavaTimeFeature |
JavaTimeFeature.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
JavaTimeModule |
JavaTimeModule.disable(JavaTimeFeature f) |
JavaTimeModule |
JavaTimeModule.enable(JavaTimeFeature f) |
| Modifier and Type | Method and Description |
|---|---|
InstantDeserializer<T> |
InstantDeserializer.withFeatures(com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features) |
| Constructor and Description |
|---|
InstantDeserializer(InstantDeserializer<T> base,
com.fasterxml.jackson.core.util.JacksonFeatureSet<JavaTimeFeature> features) |
Copyright © 2023 FasterXML. All rights reserved.