targetValue = instance;
} else {
if (info.getUri() == null) {
throw new OpenGammaRuntimeException("Unable to add component to configuration as it has not been published by REST: " + valueStr);
}
targetValue = new UriEndPointDescriptionProvider(info.getUri().toString());
}
}
buildMap(map, key, targetValue);
}
}