svoid copyAllThisDollarFields(O src, O dest) ctex { for (Field f : allThisDollarFields(dest)) { O o = getOpt(src, f.getName()); if (o != null) f.set(dest, o); } }