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. 
org.springframework.batch.sample.common   
org.springframework.batch.sample.domain.football.internal   
org.springframework.batch.sample.domain.multiline   
org.springframework.batch.sample.domain.order.internal   
org.springframework.batch.sample.domain.order.internal.extractor   
org.springframework.batch.sample.domain.order.internal.mapper   
org.springframework.batch.sample.domain.trade   
org.springframework.batch.sample.domain.trade.internal   
 

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.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.sample.common
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.sample.domain.football.internal
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.sample.domain.multiline
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.sample.domain.order.internal
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
LineAggregator
          Interface used to create string representing object.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.sample.domain.order.internal.extractor
FieldExtractor
          This class will convert an object to an array of its parts.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.sample.domain.order.internal.mapper
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
 

Classes in org.springframework.batch.item.file.transform used by org.springframework.batch.sample.domain.trade
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.sample.domain.trade.internal
FieldSet
          Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.
 



Copyright © 2009 SpringSource. All Rights Reserved.