Open jkorab opened 9 years ago
BindyFormat needs full class name. Was
final DataFormat bindy = new BindyCsvDataFormat("org.camelcookbook.transformation.csv.model");
now
final DataFormat bindy = new BindyCsvDataFormat(org.camelcookbook.transformation.csv.model.BookModel.class);
BindyFormat needs full class name. Was
now