Uses of Interface
org.springframework.batch.item.file.transform.LineTokenizer
Package
Description
Builders for file item readers and writers.
Infrastructure implementations of io file support mapping concerns.
Infrastructure implementations of io file support transform concerns.
-
Uses of LineTokenizer in org.springframework.batch.item.file.builder
Modifier and TypeMethodDescriptionFlatFileItemReaderBuilder.lineTokenizer
(LineTokenizer tokenizer) ALineTokenizer
implementation to be used. -
Uses of LineTokenizer in org.springframework.batch.item.file.mapping
Modifier and TypeMethodDescriptionvoid
DefaultLineMapper.setLineTokenizer
(LineTokenizer tokenizer) Modifier and TypeMethodDescriptionvoid
PatternMatchingCompositeLineMapper.setTokenizers
(Map<String, LineTokenizer> tokenizers) -
Uses of LineTokenizer in org.springframework.batch.item.file.transform
Modifier and TypeClassDescriptionclass
Abstract class handling common concerns of variousLineTokenizer
implementations such as dealing with names and actual construction ofFieldSet
class
ALineTokenizer
implementation that splits the input String on a configurable delimiter.class
Tokenizer used to process data obtained from files with fixed-length format.class
ALineTokenizer
implementation that stores a mapping of String patterns to delegateLineTokenizer
s.class
Line-tokenizer using a regular expression to filter out data (by using matching and non-matching groups).Modifier and TypeMethodDescriptionvoid
PatternMatchingCompositeLineTokenizer.setTokenizers
(Map<String, LineTokenizer> tokenizers)