boolean getBoolean(Object obj) throws IllegalArgumentException, IllegalAccessException {
   return javaField.getBoolean(obj);
 }