Uses of Class
org.springframework.data.cassandra.core.convert.MappingCassandraConverter.ConversionContext
Packages that use MappingCassandraConverter.ConversionContext
Package
Description
Spring Data Cassandra specific converter infrastructure.
-
Uses of MappingCassandraConverter.ConversionContext in org.springframework.data.cassandra.core.convert
Methods in org.springframework.data.cassandra.core.convert that return MappingCassandraConverter.ConversionContextModifier and TypeMethodDescriptionMappingCassandraConverter.getConversionContext()Constructs a new instance ofMappingCassandraConverter.ConversionContextwith various converters to convert different Cassandra value types.Methods in org.springframework.data.cassandra.core.convert with parameters of type MappingCassandraConverter.ConversionContextModifier and TypeMethodDescriptionprotected <S> SMappingCassandraConverter.doReadEntity(MappingCassandraConverter.ConversionContext context, CassandraValueProvider valueProvider, TypeInformation<? extends S> typeHint) Conversion method to materialize an object from aRow,TupleValue, orUdtValue.protected ObjectMappingCassandraConverter.readCollectionOrArray(MappingCassandraConverter.ConversionContext context, Collection<?> source, TypeInformation<?> targetType) Reads the givenCollectioninto a collection of the givenTypeInformation.protected ObjectMappingCassandraConverter.readMap(MappingCassandraConverter.ConversionContext context, Map<?, ?> source, TypeInformation<?> targetType) Reads the givenMapinto a map of the givenTypeInformation.