@SuppressWarnings("unchecked")
 public void write(Entity e, Object v) {
   ((NestedFooBean) e).setQuuxList((List<java.math.BigDecimal>) v);
 }