6162636465666768
} else return vals; } private Collection<?> createNewCollection(final MappedField mf) { ObjectFactory of = mapr.getOptions().objectFactory; return mf.isSet() ? of.createSet(mf) : of.createList(mf); }