Package | Description |
---|---|
com.fasterxml.jackson.datatype.jsr310.deser |
Modifier and Type | Field and Description |
---|---|
protected Function<InstantDeserializer.FromDecimalArguments,T> |
InstantDeserializer.fromNanoseconds |
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 © 2019 JBoss by Red Hat. All rights reserved.