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