| Package | Description |
|---|---|
| com.fasterxml.jackson.datatype.threetenbp | |
| com.fasterxml.jackson.datatype.threetenbp.deser |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
DecimalUtils.extractSecondsAndNanos(BigDecimal seconds,
BiFunction<Long,Integer,T> convert)
Extracts the seconds and nanoseconds component of
seconds as long and int
values, passing them to the given converter. |
| Modifier and Type | Field and Description |
|---|---|
protected BiFunction<T,org.threeten.bp.ZoneId,T> |
InstantDeserializer.adjust |
| 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.