Uses of Interface
com.fasterxml.jackson.datatype.threetenbp.function.ToLongFunction
Packages that use ToLongFunction
-
Uses of ToLongFunction in com.fasterxml.jackson.datatype.threetenbp.ser
Constructors in com.fasterxml.jackson.datatype.threetenbp.ser with parameters of type ToLongFunctionModifierConstructorDescriptionprotectedInstantSerializerBase(Class<T> supportedType, ToLongFunction<T> getEpochMillis, ToLongFunction<T> getEpochSeconds, ToIntFunction<T> getNanoseconds, org.threeten.bp.format.DateTimeFormatter formatter)