static A copyAllFieldsExcept(O x, A y, S... withoutFields) { if (x == null || y == null) ret; copyFields(x, y, listMinus(fieldNames(x), withoutFields)); }