Example usage for org.springframework.batch.item.file.mapping DefaultLineMapper subclass-usage

List of usage examples for org.springframework.batch.item.file.mapping DefaultLineMapper subclass-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.file.mapping DefaultLineMapper subclass-usage.

Usage

From source file org.jasig.ssp.util.importer.job.csv.RawItemLineMapper.java

public class RawItemLineMapper extends DefaultLineMapper<RawItem> implements LineMapper<RawItem> {

    public RawItemLineMapper() {
        super();
    }