/* */
/* 226 */ TypeInfo typeInfo = configuration.getTypeInfo(ce.getClass());
/* 227 */ MetaType metaType = this.metaTypeFactory.resolve(typeInfo);
/* 228 */ elements[(i++)] = internalCreate(ce, typeInfo, metaType);
/* */ }
/* 230 */ CollectionValue result = new CollectionValueSupport(type, elements);
/* 231 */ mapping.put(value, result);
/* 232 */ return result;
/* */ }