| Package | Description |
|---|---|
| org.springframework.data.cassandra.config.java |
Spring Java configuration for Spring Data Cassandra.
|
| org.springframework.data.cassandra.convert |
Spring Data Cassandra specific converter infrastructure.
|
| org.springframework.data.cassandra.mapping |
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
CustomConversions |
AbstractCassandraConfiguration.customConversions()
Register custom
Converters in a CustomConversions object if required. |
| Modifier and Type | Field and Description |
|---|---|
protected CustomConversions |
AbstractCassandraConverter.conversions |
| Modifier and Type | Method and Description |
|---|---|
CustomConversions |
CassandraConverter.getCustomConversions()
Returns the
CustomConversions registered in the CassandraConverter. |
CustomConversions |
AbstractCassandraConverter.getCustomConversions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCassandraConverter.setCustomConversions(CustomConversions conversions)
Registers the given custom conversions with the converter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCassandraMappingContext.setCustomConversions(CustomConversions customConversions)
Sets the
CustomConversions. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.