public abstract class CassandraThreeTenBackPortConverters extends Object
Converter implementations for the ThreeTen Backport project in case it's present on
the classpath.http://www.threeten.org/threetenbp| 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. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<org.springframework.core.convert.converter.Converter<?,?>> |
getConvertersToRegister()
Returns the converters to be registered.
|
public static Collection<org.springframework.core.convert.converter.Converter<?,?>> getConvertersToRegister()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.