Package | Description |
---|---|
org.springframework.batch.item.file |
Infrastructure implementations of io file concerns.
|
org.springframework.batch.item.file.separator |
Infrastructure implementations of io file support separator concerns.
|
Modifier and Type | Method and Description |
---|---|
void |
FlatFileItemReader.setRecordSeparatorPolicy(RecordSeparatorPolicy recordSeparatorPolicy)
Public setter for the recordSeparatorPolicy.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordSeparatorPolicy
A
RecordSeparatorPolicy that treats all lines as record endings, as
long as they do not have unterminated quotes, and do not end in a
continuation marker. |
class |
JsonRecordSeparatorPolicy
JSON-based record separator.
|
class |
SimpleRecordSeparatorPolicy
Simplest possible
RecordSeparatorPolicy - treats all lines as record
endings. |
class |
SuffixRecordSeparatorPolicy
A
RecordSeparatorPolicy that looks for an exact match for a String at
the end of a line (e.g. |
Copyright © 2013 SpringSource. All rights reserved.