Uses of Interface
org.springframework.batch.item.file.LineCallbackHandler
Packages that use 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
Methods in org.springframework.batch.item.file with parameters of type LineCallbackHandlerModifier and TypeMethodDescriptionvoid
FlatFileItemReader.setSkippedLinesCallback
(LineCallbackHandler skippedLinesCallback) -
Uses of LineCallbackHandler in org.springframework.batch.item.file.builder
Methods in org.springframework.batch.item.file.builder with parameters of type LineCallbackHandlerModifier and TypeMethodDescriptionFlatFileItemReaderBuilder.skippedLinesCallback
(LineCallbackHandler callback) A callback to be called for each line that is skipped.