Package org.springframework.batch.item.file.transform

Infrastructure implementations of io file support transform concerns.

See:
          Description

Interface Summary
LineAggregator Interface used to create string used to create string representing object.
LineTokenizer Interface that is used by framework to split string obtained typically from a file into tokens.
 

Class Summary
AbstractLineTokenizer  
DelimitedLineAggregator Class used to create string representing object.
DelimitedLineTokenizer  
FixedLengthLineAggregator LineAggregator implementation which produces line by aggregating provided strings into columns with fixed length.
FixedLengthTokenizer Tokenizer used to process data obtained from files with fixed-length format.
LineAggregatorItemTransformer An ItemTransformer that expects a String[] as input and delegates to a LineAggregator.
PrefixMatchingCompositeLineTokenizer  
Range A class to represent ranges.
RangeArrayPropertyEditor Property editor implementation which parses string and creates array of ranges.
RecursiveCollectionItemTransformer An implementation of ItemTransformer that treats its argument specially if it is an array or collection.
 

Exception Summary
ConversionException  
 

Package org.springframework.batch.item.file.transform Description

Infrastructure implementations of io file support transform concerns.



Copyright © 2008 SpringSource. All Rights Reserved.