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

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

Introduction

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

Usage

From source file be.ordina.springbatch.batch.reader.TrajectInformationFieldSetMapper.java

@Component
public class TrajectInformationFieldSetMapper extends BeanWrapperFieldSetMapper<TrajectInformation> {

    public TrajectInformationFieldSetMapper() {
        super();
        this.setTargetType(TrajectInformation.class);