kotlin.reflect.jvm.javaMethod

javaMethod

val KFunction<*>.javaMethod: Method?

Platform and version requirements: JVM

Returns a Java Method instance corresponding to the given Kotlin function, or null if this function is a constructor or cannot be represented by a Java Method.