6566676869707172
return values; } } private Collection<?> createNewCollection(final MappedField mf) { final ObjectFactory of = getMapper().getOptions().getObjectFactory(); return mf.isSet() ? of.createSet(mf) : of.createList(mf); }