registerAdapter

fun <T : Any> registerAdapter(clazz: KClass<T>, adapter: EntityAdapter<T>)

Registers an adapter for a specific entity class.