Package org.springframework.data.cassandra.core.convert
@NonNullApi
package org.springframework.data.cassandra.core.convert
Spring Data Cassandra specific converter infrastructure.
-
ClassDescriptionBase class for
CassandraConverter
implementations.Deprecated.Descriptor for a Cassandra column type exposing aDataType
.ValueConversionContext
that allows to delegate read/write to an underlyingCassandraConverter
.Central Cassandra specific converter interface from Object to Row.Value object to capture custom conversion.CassandraCustomConversions.CassandraConverterConfigurationAdapter
encapsulates creation ofCustomConversions.ConverterConfiguration
with Cassandra specifics.Helper class to register JodaTime specificConverter
implementations in case the library is present on the classpath.CassandraValueProvider
providing values based on aRow
.Deprecated.since 3.0, useTupleValueProvider
directly.Deprecated.since 3.0, useUdtValueProvider
directly.Cassandra-specificPropertyValueConverter
extension.Interface to access column type information.Deprecated.since 2.0, useCassandraCustomConversions
.Conversion context holding references to simpleMappingCassandraConverter.ConversionContext.ValueConverter
andMappingCassandraConverter.ConversionContext.ContainerValueConverter
.MapQuery
to CQL-specific data types.Value object to represent a field and its meta-information.Extension ofQueryMapper.Field
to be backed with mapping metadata.CassandraValueProvider
to read property values from aRow
.Factory for Cassandra Schema objects such as user-defined types, tables and indexes.CassandraValueProvider
to read property values from aTupleValue
.CassandraValueProvider
to read property values from aUdtValue
.MapUpdate
to CQL-specific data types.
RowValueProvider
.