Class ThreeTenTypeConversions
- java.lang.Object
-
- org.dalesbred.integration.threeten.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)
-
-
-
Method Detail
-
hasThreeTen
public static boolean hasThreeTen()
Returns true if java.time is found on classpath.
-
register
public static void register(@NotNull @NotNull TypeConversionRegistry typeConversionRegistry)
-
-