Package org.springframework.batch.item.transform

Writer implementation concerned with item transformation before writing.

See:
          Description

Interface Summary
ItemTransformer Interface for item transformations during processing phase.
 

Class Summary
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).
ItemTransformerItemWriter Transforms the item using injected ItemTransformer before it is written to output by ItemWriter.
 

Package org.springframework.batch.item.transform Description

Writer implementation concerned with item transformation before writing.



Copyright © 2009 SpringSource. All Rights Reserved.