Uses of Interface
com.fasterxml.jackson.datatype.threetenbp.function.BiFunction
Packages that use BiFunction
Package
Description
-
Uses of BiFunction in com.fasterxml.jackson.datatype.threetenbp
Methods in com.fasterxml.jackson.datatype.threetenbp with parameters of type BiFunctionModifier and TypeMethodDescriptionstatic <T> TDecimalUtils.extractSecondsAndNanos(BigDecimal seconds, BiFunction<Long, Integer, T> convert) Extracts the seconds and nanoseconds component ofsecondsaslongandintvalues, passing them to the given converter. -
Uses of BiFunction in com.fasterxml.jackson.datatype.threetenbp.deser
Fields in com.fasterxml.jackson.datatype.threetenbp.deser declared as BiFunctionModifier and TypeFieldDescriptionprotected final BiFunction<T,org.threeten.bp.ZoneId, T> InstantDeserializer.adjustConstructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type BiFunctionModifierConstructorDescriptionprotectedInstantDeserializer(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)