|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineTokenizer | |
|---|---|
| org.springframework.batch.item.file.mapping | Infrastructure implementations of io file support mapping concerns. |
| org.springframework.batch.item.file.transform | Infrastructure implementations of io file support transform concerns. |
| Uses of LineTokenizer in org.springframework.batch.item.file.mapping |
|---|
| Methods in org.springframework.batch.item.file.mapping with parameters of type LineTokenizer | |
|---|---|
void |
DefaultLineMapper.setLineTokenizer(LineTokenizer tokenizer)
|
| Method parameters in org.springframework.batch.item.file.mapping with type arguments of type LineTokenizer | |
|---|---|
void |
PatternMatchingCompositeLineMapper.setTokenizers(java.util.Map<java.lang.String,LineTokenizer> tokenizers)
|
| Uses of LineTokenizer in org.springframework.batch.item.file.transform |
|---|
| Classes in org.springframework.batch.item.file.transform that implement LineTokenizer | |
|---|---|
class |
AbstractLineTokenizer
Abstract class handling common concerns of various LineTokenizer
implementations such as dealing with names and actual construction of
FieldSet |
class |
DelimitedLineTokenizer
A LineTokenizer implementation that splits the input String on a
configurable delimiter. |
class |
FixedLengthTokenizer
Tokenizer used to process data obtained from files with fixed-length format. |
class |
PatternMatchingCompositeLineTokenizer
A LineTokenizer implementation that stores a mapping of String
patterns to delegate LineTokenizers. |
| Method parameters in org.springframework.batch.item.file.transform with type arguments of type LineTokenizer | |
|---|---|
void |
PatternMatchingCompositeLineTokenizer.setTokenizers(java.util.Map<java.lang.String,LineTokenizer> tokenizers)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||