Uses of Package
org.springframework.batch.infrastructure.item.file.separator
Packages that use org.springframework.batch.infrastructure.item.file.separator
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
Infrastructure implementations of io file support separator concerns.
-
Classes in org.springframework.batch.infrastructure.item.file.separator used by org.springframework.batch.infrastructure.item.fileClassDescriptionPolicy for text file-based input sources to determine the end of a record, e.g. a record might be a single line, or it might be multiple lines terminated by a semicolon.
-
Classes in org.springframework.batch.infrastructure.item.file.separator used by org.springframework.batch.infrastructure.item.file.builderClassDescriptionPolicy for text file-based input sources to determine the end of a record, e.g. a record might be a single line, or it might be multiple lines terminated by a semicolon.
-
Classes in org.springframework.batch.infrastructure.item.file.separator used by org.springframework.batch.infrastructure.item.file.separatorClassDescriptionA
RecordSeparatorPolicythat treats all lines as record endings, as long as they do not have unterminated quotes, and do not end in a continuation marker.Policy for text file-based input sources to determine the end of a record, e.g. a record might be a single line, or it might be multiple lines terminated by a semicolon.Simplest possibleRecordSeparatorPolicy- treats all lines as record endings.