Class InstantMixIn


  • abstract class InstantMixIn
    extends java.lang.Object
    Jackson mix-in for Instant.

    Consider this class private.

    See Also:
    Marker
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstantMixIn

        InstantMixIn​(long epochSecond,
                     int nanoOfSecond)
    • Method Detail

      • getEpochSecond

        abstract long getEpochSecond()
      • getNanoOfSecond

        abstract int getNanoOfSecond()