Package org.dalesbred.integration.joda
Class JodaTypeConversions
- java.lang.Object
-
- org.dalesbred.integration.joda.JodaTypeConversions
-
public final class JodaTypeConversions extends java.lang.ObjectConversions 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 booleanhasJoda()Returns true if Joda is found on classpath.static voidregister(@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)
-
-