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

Packages that use org.springframework.batch.item.file.transform
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
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. 
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.item.file
LineAggregator
          Interface used to create string representing object.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.item.file.mapping
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
LineTokenizer
          Interface that is used by framework to split string obtained typically from a file into tokens.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.item.file.transform
AbstractLineTokenizer
          Abstract class handling common concerns of various LineTokenizer implementations such as dealing with names and actual construction of FieldSet
Alignment
           
ExtractorLineAggregator
          An abstract LineAggregator implementation that utilizes a FieldExtractor to convert the incoming object to an array of its parts.
FieldExtractor
          This class will convert an object to an array of its parts.
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
FieldSetFactory
          Factory interface for creating FieldSet instances.
FlatFileFormatException
          Exception indicating that some type of error has occured while attempting to parse a line of input into tokens.
LineAggregator
          Interface used to create string representing object.
LineTokenizer
          Interface that is used by framework to split string obtained typically from a file into tokens.
Range
          A class to represent ranges.
 



Copyright © 2013 SpringSource. All Rights Reserved.