Searched refs:foundFields (Results 1 – 1 of 1) sorted by relevance
565 final FieldInfo[] foundFields = getClassFieldInfo(clazz); in parse() local566 if (hasBothMutableAndImmutableFields(foundFields)) { in parse()574 if (matchConstructor(cons, foundFields)) constructor = cons; in parse()582 final Object[] args = new Object[foundFields.length]; in parse()584 args[i] = getFieldValue(buf, foundFields[i]); in parse()590 for (FieldInfo fi : foundFields) { in parse()