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