Module spring.data.cassandra
Package org.springframework.data.cassandra.core.convert
@NonNullApi
package org.springframework.data.cassandra.core.convert
Spring Data Cassandra specific converter infrastructure.
-
ClassDescriptionBase class for
CassandraConverterimplementations.Deprecated.Descriptor for a Cassandra column type exposing aDataType.ValueConversionContextthat allows to delegate read/write to an underlyingCassandraConverter.Central Cassandra specific converter interface from Object to Row.Value object to capture custom conversion.CassandraCustomConversions.CassandraConverterConfigurationAdapterencapsulates creation ofCustomConversions.ConverterConfigurationwith Cassandra specifics.Helper class to register JodaTime specificConverterimplementations in case the library is present on the classpath.CassandraValueProviderproviding values based on aRow.Deprecated.since 3.0, useTupleValueProviderdirectly.Deprecated.since 3.0, useUdtValueProviderdirectly.Cassandra-specificPropertyValueConverterextension.Interface to access column type information.Deprecated.since 2.0, useCassandraCustomConversions.Conversion context holding references to simpleMappingCassandraConverter.ConversionContext.ValueConverterandMappingCassandraConverter.ConversionContext.ContainerValueConverter.MapQueryto CQL-specific data types.Value object to represent a field and its meta-information.Extension ofQueryMapper.Fieldto be backed with mapping metadata.CassandraValueProviderto read property values from aRow.Factory for Cassandra Schema objects such as user-defined types, tables and indexes.CassandraValueProviderto read property values from aTupleValue.CassandraValueProviderto read property values from aUdtValue.MapUpdateto CQL-specific data types.
RowValueProvider.