Class ThreeTenTypeConversions


  • public final class ThreeTenTypeConversions
    extends java.lang.Object
    Conversions for ThreeTen. These are automatically detected if ThreeTen is found on classpath, so the user doesn't need to do anything to get ThreeTen-support.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean hasThreeTen()
      Returns true if java.time is found on classpath.
      static void register​(@NotNull TypeConversionRegistry typeConversionRegistry)  
      • Methods inherited from class java.lang.Object

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

      • hasThreeTen

        public static boolean hasThreeTen()
        Returns true if java.time is found on classpath.