Factory for creating objects of any type by invoking their primary constructor.
Transforms a Cassandra Java driver Row into an object of a user provided class, calling the class constructor
Transforms a Cassandra Java driver Row into high-level row representation, e.
Creates RowReader objects prepared for reading rows from the given Cassandra table.
Helper for implementing RowReader objects that can be used as RowReaderFactory objects.
Provides components for reading data rows from Cassandra and converting them to objects of desired type. Additionally provides a generic CassandraRow class which can represent any row.