Exemple #1
0
 private void setJasperPrint(List jasperPrintBytesList) {
   for (Object o : jasperPrintBytesList) {
     byte[] jasperPrintBytes = (byte[]) o;
     jasperPrintList.add((JasperPrint) ObjectUtil.bytesToObject(jasperPrintBytes));
   }
 }