Class CassandraJsr310Converters
java.lang.Object
org.springframework.data.cassandra.core.convert.CassandraJsr310Converters
Helper class to register JodaTime specific
Converter
implementations in case the library is present on the
classpath.- Since:
- 1.5
- Author:
- Mark Paluch, Hurelhuyag
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Converter<?,
?>> Returns the converters to be registered.
-
Method Details
-
getConvertersToRegister
Returns the converters to be registered. Will only return converters in case we're running on Java 8.- Returns:
-