toTypeSpec

Return

a TypeSpec ABI representation of this KClass.

fun KClass<*>.toTypeSpec(classInspector: ClassInspector?): TypeSpec
fun Class<*>.toTypeSpec(classInspector: ClassInspector?): TypeSpec

Return

a TypeSpec ABI representation of this TypeElement.

fun TypeElement.toTypeSpec(classInspector: ClassInspector?): TypeSpec

Return

a TypeSpec ABI representation of this ImmutableKmClass.

fun ImmutableKmClass.toTypeSpec(classInspector: ClassInspector?, className: ClassName): TypeSpec