resolveGeneratorId

fun resolveGeneratorId(clazz: KClass<out Any>, qualifier: PublicApi.Qualifier? = null): String

Resolves an Id for a Generator based on a KClass with optional Qualifier.

Return

String which represents a GeneratorId.

Parameters

clazz

the KClass which are the primary part the Id is derived from.

qualifier

optional secondary part which is used to derive an Generator Id.