Class InstantTypeAutoboxer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.Instant autobox​(java.lang.Object value, java.lang.Class<java.time.Instant> type)  
      boolean supports​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

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

      • InstantTypeAutoboxer

        public InstantTypeAutoboxer()
    • Method Detail

      • supports

        public boolean supports​(java.lang.Class<?> type)
        Specified by:
        supports in interface TypeAutoboxer<java.time.Instant>
      • autobox

        public java.time.Instant autobox​(java.lang.Object value,
                                         java.lang.Class<java.time.Instant> type)
        Specified by:
        autobox in interface TypeAutoboxer<java.time.Instant>