getAdapter

fun <T : Any> getAdapter(clazz: KClass<T>): EntityAdapter<T>?

Retrieves the registered adapter for a specific entity class.