Uses of Class
org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy
Packages that use SimpleRecordSeparatorPolicy
Package
Description
Infrastructure implementations of io file support separator concerns.
-
Uses of SimpleRecordSeparatorPolicy in org.springframework.batch.item.file.separator
Subclasses of SimpleRecordSeparatorPolicy in org.springframework.batch.item.file.separatorModifier and TypeClassDescriptionclassARecordSeparatorPolicythat treats all lines as record endings, as long as they do not have unterminated quotes, and do not end in a continuation marker.classJSON-based record separator.classARecordSeparatorPolicythat looks for an exact match for a String at the end of a line (e.g. a semicolon).