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) |
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) |
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) |