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.Wrapper class to contain useful converters for the usage with Cassandra.Simple singleton to convertRow
s to their CassandraLocalDate
representation.Simple singleton to convertRow
s to theirDate
representation.Simple singleton to convertRow
s to theirInetAddress
representation.Simple singleton to convertRow
s to theirInstant
representation.Singleton converter factory to convert the first column of aRow
to aNumber
.Simple singleton to convertRow
s to theirString
representation.Simple singleton to convertRow
s to theirUUID
representation.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.Vector implementation for Cassandra'sCqlVector
.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
.