Uses of Class
org.springframework.integration.file.dsl.FileSplitterSpec
Package
Description
Provides File Components support for Spring Integration Java DSL.
-
Uses of FileSplitterSpec in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionFileSplitterSpec.applySequence
(boolean applySequence) Aboolean
flag to indicate ifsequenceDetails
should be applied for messages based on the lines from file.Set the charset to be used when reading the file, when something other than the default charset is required.Set the charset to be used when reading the file, when something other than the default charset is required.FileSplitterSpec.firstLineAsHeader
(String firstLineHeaderName) Specify the header name for the first line to be carried as a header in the messages emitted for the remaining lines.FileSplitterSpec.markers()
FileSplitterSpec.markers
(boolean asJson) Specify ifFileSplitter
should emitFileSplitter.FileMarker
s and if they should be converted to the JSON string representation.static FileSplitterSpec
Files.splitter()
TheFileSplitterSpec
builder factory method with default arguments.static FileSplitterSpec
Files.splitter
(boolean iterator) TheFileSplitterSpec
builder factory method withiterator
flag specified.static FileSplitterSpec
Files.splitter
(boolean iterator, boolean markers)