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