Package org.dalesbred.integration.joda
Class JodaTypeConversions
- java.lang.Object
-
- org.dalesbred.integration.joda.JodaTypeConversions
-
public final class JodaTypeConversions extends java.lang.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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasJoda()
Returns true if Joda is found on classpath.static void
register(@NotNull TypeConversionRegistry typeConversionRegistry)
-
-
-
Method Detail
-
hasJoda
public static boolean hasJoda()
Returns true if Joda is found on classpath.
-
register
public static void register(@NotNull @NotNull TypeConversionRegistry typeConversionRegistry)
-
-