Class InstantMixIn
- java.lang.Object
-
- org.apache.logging.log4j.core.jackson.InstantMixIn
-
-
Constructor Summary
Constructors Constructor Description InstantMixIn(long epochSecond, int nanoOfSecond)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract long
getEpochSecond()
(package private) abstract int
getNanoOfSecond()
-