Uses of Enum Class
org.springframework.data.cassandra.core.convert.CassandraConverters.RowToNumberConverterFactory
Packages that use CassandraConverters.RowToNumberConverterFactory
Package
Description
Spring Data Cassandra specific converter infrastructure.
-
Uses of CassandraConverters.RowToNumberConverterFactory in org.springframework.data.cassandra.core.convert
Subclasses with type arguments of type CassandraConverters.RowToNumberConverterFactory in org.springframework.data.cassandra.core.convertModifier and TypeClassDescriptionstatic enumSingleton converter factory to convert the first column of aRowto aNumber.Methods in org.springframework.data.cassandra.core.convert that return CassandraConverters.RowToNumberConverterFactoryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CassandraConverters.RowToNumberConverterFactory.values()Returns an array containing the constants of this enum class, in the order they are declared.