Package org.springframework.data.cassandra.core.cql.converter
@NonNullApi
package org.springframework.data.cassandra.core.cql.converter
CQL specific converters.
-
ClassDescriptionConvenient converter that can be used to convert a single-row-single-column, single-row-multi-column, or multi-row
ResultSet
into the given value of a given type.Thin wrapper that allows subclasses to delegate conversion of the given value to aDefaultConversionService
.Converter to convertRow
toObject
array.