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