Uses of Interface
com.fasterxml.jackson.datatype.threetenbp.function.Function
Packages that use Function
-
Uses of Function in com.fasterxml.jackson.datatype.threetenbp.deser
Fields in com.fasterxml.jackson.datatype.threetenbp.deser declared as FunctionModifier and TypeFieldDescriptionprotected final Function<InstantDeserializer.FromIntegerArguments,T> InstantDeserializer.fromMillisecondsprotected final Function<InstantDeserializer.FromDecimalArguments,T> InstantDeserializer.fromNanosecondsInstantDeserializer.parsedToValueConstructors in com.fasterxml.jackson.datatype.threetenbp.deser with parameters of type FunctionModifierConstructorDescriptionprotectedInstantDeserializer(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)