kotlin-metadata
Toggle table of contents
2.3.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-metadata
kotlin-metadata
/
com.squareup.kotlinpoet.metadata.classinspectors
/
ReflectiveClassInspector
/
Companion
/
create
create
@
JvmStatic
fun
create
(
lenient
:
Boolean
,
classLoader
:
ClassLoader
?
=
null
)
:
ClassInspector
Parameters
lenient
see docs on
KotlinClassMetadata.readStrict
and
KotlinClassMetadata.readLenient
for more details.