com.github.sourcegroove.batch.item.file.delimited.DelimitedFileItemWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-batch-file-layout Show documentation
Show all versions of spring-batch-file-layout Show documentation
Layout driven spring batch item readers and writers
package com.github.sourcegroove.batch.item.file.delimited;
import com.github.sourcegroove.batch.item.file.LayoutItemWriter;
import org.springframework.batch.item.file.FlatFileItemWriter;
import org.springframework.batch.item.file.transform.LineAggregator;
public class DelimitedFileItemWriter extends FlatFileItemWriter implements LayoutItemWriter {
public LineAggregator getLineAggregator() {
return this.lineAggregator;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy