Uses of Interface
org.springframework.batch.item.file.LineCallbackHandler
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
-
Uses of LineCallbackHandler in org.springframework.batch.item.file
Modifier and TypeMethodDescriptionvoid
FlatFileItemReader.setSkippedLinesCallback
(LineCallbackHandler skippedLinesCallback) -
Uses of LineCallbackHandler in org.springframework.batch.item.file.builder
Modifier and TypeMethodDescriptionFlatFileItemReaderBuilder.skippedLinesCallback
(LineCallbackHandler callback) A callback to be called for each line that is skipped.