@SuppressWarnings("unchecked")
 public void write(Entity e, Object v) {
   ((NestedFooBean) e).setCorgeList((List<CorgeBean>) v);
 }