public final class Utils
extends java.lang.Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Method |
findMethod(java.lang.String name,
java.lang.Class<?> targetClass)
Finds a method by name on the target class.
|
public static java.lang.reflect.Method findMethod(java.lang.String name,
java.lang.Class<?> targetClass)
name - method nametargetClass - instance of target classMethod