Searched defs:canGetField (Results 1 – 2 of 2) sorted by relevance
19 public static native boolean canGetField(Class<?> klass, String name, boolean isStatic); in canGetField() method in JNI
61 public static boolean canGetField(Class<?> klass, String name) { in canGetField() method in Reflection