Class CustomConversions


@Deprecated public class CustomConversions extends CassandraCustomConversions
Deprecated.
Value object to capture custom conversion. That is essentially a List of converters and some additional logic around them. The converters are pretty much builds up two sets of types which Cassandra basic types can be converted into and from. These types will be considered simple ones (which means they neither need deeper inspection nor nested conversion. Thus the CustomConversions also act as factory for SimpleTypeHolder
Since:
1.5
Author:
Mark Paluch