getMethod

fun getMethod(sig: String, clzLoader: ClassLoader? = null): Method

Get method by signature or throw exception

Return

method or throw NoSuchMethodException

Parameters

sig

signature

clzLoader

class loader