Example usage for org.springframework.batch.item.file LineMapper interface-usage

List of usage examples for org.springframework.batch.item.file LineMapper interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.item.file LineMapper interface-usage.

Usage

From source file com.vmware.example.lucene.loader.InstrumentLineMapper.java

/**
 * @author Lyndon Adams
 *
 */
public class InstrumentLineMapper implements LineMapper<Instrument> {

From source file com.vmware.example.lucene.loader.InstrumentPriceLineMapper.java

/**
 * @author Lyndon Adams
 *
 */
public class InstrumentPriceLineMapper implements LineMapper<InstrumentPrice> {

From source file uk.ac.ebi.eva.pipeline.io.mappers.GeneLineMapper.java

/**
 * @author Jose Miguel Mut Lopez &lt;jmmut@ebi.ac.uk&gt;
 *
 * Maps a line in a GTF file to a FeatureCoordinates.
 *
 * input: GTF line. example:

From source file lcn.module.batch.core.item.file.mapping.DefaultLineMapper.java

/**
 * DefaultLineMapper ?
 * @author   ??
 * @since 2012.07.20
 * @version 1.0
 * @see 

From source file egovframework.rte.bat.core.item.file.mapping.EgovDefaultLineMapper.java

/**
 * EgovDefaultLineMapper ?
 * @author   ??
 * @since 2012.07.20
 * @version 1.0
 * @see 

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

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

    public RawItemLineMapper() {
        super();
    }

From source file com.ifeng.computing.batch.job.mapper.LogDataJsonLineMapper.java

/**
 * @version 0.1
 *
 * @author Hefei Li
 *
 * @since Nov 3, 2014

From source file bamons.process.batch.support.SampleJsonLineMapper.java

public class SampleJsonLineMapper implements LineMapper<SampleDomain> {

    private JsonLineMapper delegate;

    public SampleDomain mapLine(String line, int lineNumber) throws Exception {
        Map<String, Object> logAsMap = delegate.mapLine(line, lineNumber);

From source file org.sift.batch.tuple.TupleLineMapper.java

/**
 * The <code>TupleLineMapper</code> is an implementation of the Spring Batch {@link LineMapper} that maps a single line into a {@link Tuple}
 * 
 * @author Regunath B
 * @version 1.0, 28 Jan 2013
 */

From source file com.ifeng.computing.batch.job.mapper.NewsItemJsonLineMapper.java

/**
 * @version 0.1
 *
 * @author Hefei Li
 *
 * @since Nov 6, 2014