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