Searched refs:canDiscoverWithGetFields (Results 1 – 2 of 2) sorted by relevance
52 public static boolean canDiscoverWithGetFields(Class<?> klass, String name) { in canDiscoverWithGetFields() method in Reflection
248 if (Reflection.canDiscoverWithGetFields(klass, name) != (canDiscover && isPublic)) { in checkField()