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 customConverters in aCustomConversionsobject 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 CassandraCustomConversionsCassandraCustomConversions.create(Consumer<CassandraCustomConversions.CassandraConverterConfigurationAdapter> configurer) Functional styleCustomConversionscreation giving users a convenient way of configuring store specific capabilities by providing deferred hooks to what will be configured when creating theinstance.
CassandraCustomConversions.