You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I have this problem: I should like to print the length of each record but I
don't know as this is possible to do.
I made a decorator of the BeanIOFlatFileItemWriter class that invoke the open,
write and close methods ... I write a cycle on the list of the items to write
and for each item I get the marshal object but the problem is that the summary
class has only the setter of the property stream name (necessary to do
marshall) and not the getter.
Can I update the BeanIOFlatFileItemWriter class to implement the getter method?
Thanks
Original issue reported on code.google.com by [email protected] on 17 Apr 2014 at 10:37
Original issue reported on code.google.com by
[email protected]
on 17 Apr 2014 at 10:37Attachments:
The text was updated successfully, but these errors were encountered: