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