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