org.springframework.batch.sample.domain.football.internal
Class PlayerFieldSetMapper

java.lang.Object
  extended by org.springframework.batch.sample.domain.football.internal.PlayerFieldSetMapper
All Implemented Interfaces:
FieldSetMapper<Player>

public class PlayerFieldSetMapper
extends Object
implements FieldSetMapper<Player>


Constructor Summary
PlayerFieldSetMapper()
           
 
Method Summary
 Player mapFieldSet(FieldSet fs)
          Method used to map data obtained from a FieldSet into an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerFieldSetMapper

public PlayerFieldSetMapper()
Method Detail

mapFieldSet

public Player mapFieldSet(FieldSet fs)
Description copied from interface: FieldSetMapper
Method used to map data obtained from a FieldSet into an object.

Specified by:
mapFieldSet in interface FieldSetMapper<Player>
Parameters:
fs - the FieldSet to map


Copyright © 2009 SpringSource. All Rights Reserved.