Class SimpleRecordSeparatorPolicy

java.lang.Object
org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy
All Implemented Interfaces:
RecordSeparatorPolicy
Direct Known Subclasses:
DefaultRecordSeparatorPolicy, JsonRecordSeparatorPolicy

public class SimpleRecordSeparatorPolicy extends Object implements RecordSeparatorPolicy
Simplest possible RecordSeparatorPolicy - treats all lines as record endings.
Author:
Dave Syer