org.springframework.data.convert
Class JodaTimeConverters
java.lang.Object
org.springframework.data.convert.JodaTimeConverters
public abstract class JodaTimeConverters
- extends Object
Helper class to register JodaTime specific JodaTimeConverters.LocalDateToDateConverter
implementations in case the library is present on the
classpath.
- Author:
- Oliver Gierke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JodaTimeConverters
public JodaTimeConverters()
getConvertersToRegister
public static Collection<Converter<?,?>> getConvertersToRegister()
- Returns the converters to be registered. Will only return converters in case JodaTime is present on the class.
- Returns:
Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.