static boolean hasField(Object o, String field) {
  ret findField2(o, field) != null;
}