Searched refs:foundFields (Results 1 – 1 of 1) sorted by relevance
583 final FieldInfo[] foundFields = getClassFieldInfo(clazz); in parse() local584 if (hasBothMutableAndImmutableFields(foundFields)) { in parse()592 if (matchConstructor(cons, foundFields)) constructor = cons; in parse()600 final Object[] args = new Object[foundFields.length]; in parse()602 args[i] = getFieldValue(buf, foundFields[i]); in parse()608 for (FieldInfo fi : foundFields) { in parse()