Class InstantForOracleTypeAutoboxer

    • 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)  
      • Methods inherited from class java.lang.Object

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

      • InstantForOracleTypeAutoboxer

        public InstantForOracleTypeAutoboxer()
    • Method Detail

      • 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>
        Overrides:
        autobox in class InstantTypeAutoboxer