dataAdapter = new DataAdapter<Map<String, Object>>(new GenericDescriptor(Map.class,
new GenericDescriptor(String.class), new GenericDescriptor(Object.class)), xIndex, yIndex);
}
}
if (targetWrapper != null && dataAdapter != null) {
SourceAndTargetAssociation association = new SourceAndTargetAssociation(source.getDataType(),
targetWrapper.getTargetDataDescriptor());
if (!ObjectUtils.sameObject(dataAdapter, associationMap.get(association))) {
associationMap.put(association, dataAdapter);
}
linked = super.addLink(source, target);