Class JodaTypeConversions

java.lang.Object
org.dalesbred.integration.joda.JodaTypeConversions

public final class JodaTypeConversions extends 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 Details

    • hasJoda

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

      public static void register(@NotNull @NotNull TypeConversionRegistry typeConversionRegistry)