float getFloat(Object obj) throws IllegalArgumentException, IllegalAccessException {
   return javaField.getFloat(obj);
 }