Uses of Class
org.springframework.data.cassandra.core.convert.CassandraCustomConversions.CassandraConverterConfigurationAdapter
Package
Description
Spring Data Cassandra specific converter infrastructure.
-
Uses of CassandraCustomConversions.CassandraConverterConfigurationAdapter in org.springframework.data.cassandra.core.convert
Modifier and TypeMethodDescriptionCassandraCustomConversions.CassandraConverterConfigurationAdapter.configurePropertyConversions
(Consumer<PropertyValueConverterRegistrar<CassandraPersistentProperty>> configurationAdapter) Gateway to register property specific converters.Create aCassandraCustomConversions.CassandraConverterConfigurationAdapter
using the providedconverters
and our own codecs for JSR-310 types.CassandraCustomConversions.CassandraConverterConfigurationAdapter.registerConverter
(Converter<?, ?> converter) Add a customConverter
implementation.CassandraCustomConversions.CassandraConverterConfigurationAdapter.registerConverterFactory
(ConverterFactory<?, ?> converterFactory) Add a customConverterFactory
implementation.CassandraCustomConversions.CassandraConverterConfigurationAdapter.registerConverters
(Object... converters) CassandraCustomConversions.CassandraConverterConfigurationAdapter.registerConverters
(Collection<?> converters) CassandraCustomConversions.CassandraConverterConfigurationAdapter.registerPropertyValueConverterFactory
(PropertyValueConverterFactory converterFactory) Add a custom/defaultPropertyValueConverterFactory
implementation used to servePropertyValueConverter
.CassandraCustomConversions.CassandraConverterConfigurationAdapter.withPropertyValueConversions
(PropertyValueConversions valueConversions) Optionally set thePropertyValueConversions
to be applied during mapping.Modifier and TypeMethodDescriptionstatic CassandraCustomConversions
CassandraCustomConversions.create
(Consumer<CassandraCustomConversions.CassandraConverterConfigurationAdapter> configurer) Functional styleCustomConversions
creation giving users a convenient way of configuring store specific capabilities by providing deferred hooks to what will be configured when creating theinstance
.ModifierConstructorDescriptionprotected
CassandraCustomConversions
(CassandraCustomConversions.CassandraConverterConfigurationAdapter conversionConfiguration)