Searched refs:canDiscoverWithGetDeclaredConstructor (Results 1 – 2 of 2) sorted by relevance
133 public static boolean canDiscoverWithGetDeclaredConstructor(Class<?> klass, Class<?> args[]) { in canDiscoverWithGetDeclaredConstructor() method in Reflection
443 if (Reflection.canDiscoverWithGetDeclaredConstructor(klass, args) != canDiscover) { in checkConstructor()