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, for removal: This API element is subject to removal in a future version.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.Wrapper class to contain useful converters for the usage with Cassandra.Simple singleton to convertRows to their CassandraLocalDaterepresentation.Simple singleton to convertRows to theirDaterepresentation.Simple singleton to convertRows to theirInetAddressrepresentation.Simple singleton to convertRows to theirInstantrepresentation.Singleton converter factory to convert the first column of aRowto aNumber.Simple singleton to convertRows to theirStringrepresentation.Simple singleton to convertRows to theirUUIDrepresentation.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, for removal: This API element is subject to removal in a future version.since 3.0, useTupleValueProviderdirectly.Deprecated, for removal: This API element is subject to removal in a future version.since 3.0, useUdtValueProviderdirectly.Cassandra-specificPropertyValueConverterextension.Vector implementation for Cassandra'sCqlVector.Interface to access column type information.Deprecated, for removal: This API element is subject to removal in a future version.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.