org.springframework.batch.repeat.support
Class AbstractTradeBatchTests.TradeMapper

java.lang.Object
  extended by org.springframework.batch.repeat.support.AbstractTradeBatchTests.TradeMapper
All Implemented Interfaces:
FieldSetMapper
Enclosing class:
AbstractTradeBatchTests

protected static class AbstractTradeBatchTests.TradeMapper
extends Object
implements FieldSetMapper


Constructor Summary
protected AbstractTradeBatchTests.TradeMapper()
           
 
Method Summary
 Object mapLine(FieldSet fs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTradeBatchTests.TradeMapper

protected AbstractTradeBatchTests.TradeMapper()
Method Detail

mapLine

public Object mapLine(FieldSet fs)
Specified by:
mapLine in interface FieldSetMapper


Copyright © 2008 SpringSource. All Rights Reserved.