List of usage examples for org.springframework.batch.item ResourceAware interface-usage
From source file org.jasig.ssp.util.importer.job.domain.RawItem.java
public class RawItem implements ResourceAware { private Resource resource; private Map<String, String> record; private Integer lineNumber;