Uses of Class
org.springframework.data.cassandra.core.convert.CassandraCustomConversions
Packages that use CassandraCustomConversions
Package
Description
Spring Data Cassandra
factory beans
and configuration.Spring Data Cassandra specific converter infrastructure.
-
Uses of CassandraCustomConversions in org.springframework.data.cassandra.config
Methods in org.springframework.data.cassandra.config that return CassandraCustomConversionsModifier and TypeMethodDescriptionAbstractCassandraConfiguration.customConversions()
Register customConverter
s in aCustomConversions
object if required. -
Uses of CassandraCustomConversions in org.springframework.data.cassandra.core.convert
Methods in org.springframework.data.cassandra.core.convert that return CassandraCustomConversionsModifier 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
.
CassandraCustomConversions
.