ReflectionBasedClassPropertyIndexVertxSqlClientRowDataQueryMapper
class ReflectionBasedClassPropertyIndexVertxSqlClientRowDataQueryMapper<Data : Any>(val clazz: KClass<Data>, val classPropertyColumnIndexMappings: ClassPropertyColumnIndexMappings<Data>) : RowDataQueryMapper<Data> (source)
See also
ReflectionBasedClassPropertyDataMapper
Constructors
Link copied to clipboard
constructor(clazz: KClass<Data>, classPropertyColumnIndexMappings: ClassPropertyColumnIndexMappings<Data>)