to File Spec
fun KClass<*>.toFileSpec(classInspector: ClassInspector? = null): FileSpec
Content copied to clipboard
fun Class<*>.toFileSpec(classInspector: ClassInspector? = null): FileSpec
Content copied to clipboard
Return
a FileSpec ABI representation of this KClass.
fun TypeElement.toFileSpec(classInspector: ClassInspector? = null): FileSpec
Content copied to clipboard
Return
a FileSpec ABI representation of this TypeElement.
fun KmClass.toFileSpec(classInspector: ClassInspector?, className: ClassName = createClassName(name)): FileSpec
Content copied to clipboard
Return
a FileSpec ABI representation of this KmClass.
fun KmPackage.toFileSpec(classInspector: ClassInspector?, className: ClassName): FileSpec
Content copied to clipboard
Return
a FileSpec ABI representation of this KmPackage.