Class JodaTypeConversions


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean hasJoda()
      Returns true if Joda 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

      • hasJoda

        public static boolean hasJoda()
        Returns true if Joda is found on classpath.