All Downloads are FREE. Search and download functionalities are using the official Maven repository.

run.smt.ktest.db.query.RespondingQuery.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package run.smt.ktest.db.query

import kotlin.reflect.KClass

interface RespondingQuery {
    /**
     * Class to map result to
     */
    var mapTo: KClass

    fun mapTo(clazz: KClass)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy