Class InstantMixIn
java.lang.Object
org.apache.logging.log4j.core.jackson.InstantMixIn
Jackson mix-in for
Instant
.
Consider this class private.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract long
(package private) abstract int
-
Constructor Details
-
InstantMixIn
InstantMixIn(long epochSecond, int nanoOfSecond)
-
-
Method Details
-
getEpochSecond
abstract long getEpochSecond() -
getNanoOfSecond
abstract int getNanoOfSecond()
-