log.warn("(Step 2) Not Configured {0} -> ${1}",
sourceType.getName(), targetType.getName());
throw new IsoConversionNotSupportedException(sourceType.getName()
+ "->" + targetType.getName());
} else {
return converter.convert(targetType, value);
}
}
public <T> T convert(Object value, Class<T> targetType)
throws IsoConversionException {