Searched refs:canInvokeMethod (Results 1 – 2 of 2) sorted by relevance
121 public static boolean canInvokeMethod(Class<?> klass, String name) { in canInvokeMethod() method in Reflection
410 if (!Reflection.canInvokeMethod(klass, name)) { in checkMethod()