Uses of Interface
com.fasterxml.jackson.datatype.threetenbp.function.BiFunction
-
Packages that use BiFunction Package Description com.fasterxml.jackson.datatype.threetenbp com.fasterxml.jackson.datatype.threetenbp.deser -
-
Uses of BiFunction in com.fasterxml.jackson.datatype.threetenbp
Methods in com.fasterxml.jackson.datatype.threetenbp with parameters of type BiFunction Modifier and Type Method Description static <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 BiFunction Modifier and Type Field Description protected BiFunction<T,org.threeten.bp.ZoneId,T>InstantDeserializer. adjustConstructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type BiFunction Constructor 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)
-