| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.threetenbp.deser |
| Modifier and Type | Field and Description |
|---|---|
protected Function<InstantDeserializer.FromDecimalArguments,T> |
InstantDeserializer.fromNanoseconds |
| Constructor and Description |
|---|
InstantDeserializer(Class<T> supportedType,
org.threeten.bp.format.DateTimeFormatter formatter,
Function<org.threeten.bp.temporal.TemporalAccessor,T> parsedToValue,
Function<InstantDeserializer.FromIntegerArguments,T> fromMilliseconds,
Function<InstantDeserializer.FromDecimalArguments,T> fromNanoseconds,
BiFunction<T,org.threeten.bp.ZoneId,T> adjust,
boolean replaceZeroOffsetAsZ) |
Copyright © 2019 FasterXML. All rights reserved.