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