| Modifier and Type | Class and Description |
|---|---|
static class |
CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
Simple singleton to convert
LocalDates to their LocalDate representation. |
static class |
CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
Simple singleton to convert
LocalDates to their LocalDate representation. |
static class |
CassandraJodaTimeConverters.LocalTimeToMillisOfDayConverter
Simple singleton to convert
LocalTimes to their Long representation. |
static class |
CassandraJodaTimeConverters.MillisOfDayToLocalTimeConverter
Simple singleton to convert
Longs to their LocalTime representation. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Converter<?,?>> |
getConvertersToRegister()
Returns the converters to be registered.
|
public static Collection<Converter<?,?>> getConvertersToRegister()
Collection of Joda Time Converters to register.Converter,
Collection,
org.joda.timeCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.