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