add method name helper method
This commit is contained in:
parent
6b86e9ff87
commit
83ee4b1efa
@ -100,4 +100,8 @@ public final class ReflectionUtil {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static String getFullMethodName(Method method) {
|
||||||
|
return method.getClass().getName() + "." + method.getName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user