Class InstantDeserializer.FromIntegerArguments

  • Enclosing class:
    InstantDeserializer<T extends java.time.temporal.Temporal>

    public static class InstantDeserializer.FromIntegerArguments
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long value  
      java.time.ZoneId zoneId  
    • Constructor Summary

      Constructors 
      Constructor Description
      FromIntegerArguments​(long value, java.time.ZoneId zoneId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public final long value
      • zoneId

        public final java.time.ZoneId zoneId
    • Constructor Detail

      • FromIntegerArguments

        FromIntegerArguments​(long value,
                             java.time.ZoneId zoneId)