public abstract class CassandraThreeTenBackPortConverters extends Object
Converter implementations for the ThreeTen Backport project in case it's present on
the classpath.| Modifier and Type | Class and Description |
|---|---|
static class |
CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
Simple singleton to convert
LocalDates to their LocalDate representation. |
static class |
CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
Simple singleton to convert
LocalDates to their LocalDate representation. |
static class |
CassandraThreeTenBackPortConverters.LocalTimeToMillisOfDayConverter
Simple singleton to convert
LocalTimes to their Long representation. |
static class |
CassandraThreeTenBackPortConverters.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 ThreeTen Backport Converters to register.Converter,
Collection,
org.joda.timeCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.