void setBoolean(Object obj, boolean z) throws IllegalArgumentException, IllegalAccessException {
   javaField.setBoolean(obj, z);
 }