ReportsDownload download = (ReportsDownload) reportDownload;
download.setExporter(exporter);
}
if(reportDownload instanceof BatchReportsDownload){
BatchReportsDownload download = (BatchReportsDownload) reportDownload;
download.setExporter(exporter);
}
logger.debug("Injecting {} in {}", exporter.getClass().getName(), reportDownload.getClass().getName());
stack.next(method, instance);