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