public class CassandraCustomConversions extends CustomConversions
CassandraCustomConversions also act as factory for
SimpleTypeHolderCustomConversions,
SimpleTypeHolderCustomConversions.StoreConversions| Constructor and Description |
|---|
CassandraCustomConversions(List<?> converters)
Create a new
CassandraCustomConversions instance registering the given converters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNativeTimeTypeMarker(Class<?> type)
Returns true if the
type is used to denote Cassandra's time column type. |
getCustomWriteTarget, getCustomWriteTarget, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, isSimpleType, registerConvertersInpublic CassandraCustomConversions(List<?> converters)
CassandraCustomConversions instance registering the given converters.converters - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.