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