resolve Generator Id
fun resolveGeneratorId(clazz: KClass<out Any>, qualifier: PublicApi.Qualifier? = null): String
Content copied to clipboard
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.