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