Uses of Interface
org.springframework.batch.item.transform.ItemTransformer

Packages that use ItemTransformer
org.springframework.batch.item.file.transform Infrastructure implementations of io file support transform concerns. 
org.springframework.batch.item.transform Writer implementation concerned with item transformation before writing. 
 

Uses of ItemTransformer in org.springframework.batch.item.file.transform
 

Classes in org.springframework.batch.item.file.transform that implement ItemTransformer
 class LineAggregatorItemTransformer
          An ItemTransformer that expects a String[] as input and delegates to a LineAggregator.
 class RecursiveCollectionItemTransformer
          An implementation of ItemTransformer that treats its argument specially if it is an array or collection.
 

Methods in org.springframework.batch.item.file.transform with parameters of type ItemTransformer
 void RecursiveCollectionItemTransformer.setDelegate(ItemTransformer delegate)
          Public setter for the ItemTransformer to use on single items, that are not Strings.
 

Uses of ItemTransformer in org.springframework.batch.item.transform
 

Classes in org.springframework.batch.item.transform that implement ItemTransformer
 class CompositeItemTransformer
          Composite ItemTransformer that passes the item through a sequence of injected ItemTransformers (return value of previous transformation is the entry value of the next).
 

Methods in org.springframework.batch.item.transform with parameters of type ItemTransformer
 void ItemTransformerItemWriter.setItemTransformer(ItemTransformer itemTransformer)
           
 



Copyright © 2008 SpringSource. All Rights Reserved.