Class ThreeTenTypeConversions

java.lang.Object
org.dalesbred.integration.threeten.ThreeTenTypeConversions

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

    • hasThreeTen

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

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