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