getMethodOrNull

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

Get method by signature or null if not found

Return

method or null

Parameters

sig

signature

clzLoader

class loader