8384858687888990919293
return null; //JD: this is a bit of a hack but delegate to the // commons converter in case we are executing first. try { Converter converter = new CommonsConverterFactory().createConverter(String.class, target, null); if (converter != null) { Object converted = null;