Uses of Interface
org.springframework.batch.item.file.separator.RecordSeparatorPolicy
Packages that use RecordSeparatorPolicy
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
Infrastructure implementations of io file support separator concerns.
-
Uses of RecordSeparatorPolicy in org.springframework.batch.item.file
Methods in org.springframework.batch.item.file with parameters of type RecordSeparatorPolicyModifier and TypeMethodDescriptionvoidFlatFileItemReader.setRecordSeparatorPolicy(RecordSeparatorPolicy recordSeparatorPolicy) Public setter for the recordSeparatorPolicy. -
Uses of RecordSeparatorPolicy in org.springframework.batch.item.file.builder
Methods in org.springframework.batch.item.file.builder with parameters of type RecordSeparatorPolicyModifier and TypeMethodDescriptionFlatFileItemReaderBuilder.recordSeparatorPolicy(RecordSeparatorPolicy policy) Configure a customRecordSeparatorPolicyfor the reader. -
Uses of RecordSeparatorPolicy in org.springframework.batch.item.file.separator
Classes in org.springframework.batch.item.file.separator that implement RecordSeparatorPolicyModifier 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.classSimplest possibleRecordSeparatorPolicy- treats all lines as record endings.classARecordSeparatorPolicythat looks for an exact match for a String at the end of a line (e.g. a semicolon).