← Docs
kotlin-stdlib / kotlin.reflect.jvm / java.lang.reflect.Constructor

Extensions for java.lang.reflect.Constructor

JVM
1.0

kotlinFunction

Returns a KFunction instance corresponding to the given Java Constructor instance, or null if this constructor cannot be represented by a Kotlin function (for example, if it is a synthetic constructor).

val < T : Any > Constructor < T > . kotlinFunction : KFunction < T > ?
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .