org.springframework.batch.item.file.mapping
Class PassThroughFieldSetMapper
java.lang.Object
org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper
- All Implemented Interfaces:
- FieldSetMapper<FieldSet>
public class PassThroughFieldSetMapper
- extends Object
- implements FieldSetMapper<FieldSet>
Pass through FieldSetMapper
useful for passing a FieldSet
back directly rather than a mapped object.
- Author:
- Lucas Ward
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassThroughFieldSetMapper
public PassThroughFieldSetMapper()
mapFieldSet
public FieldSet 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<FieldSet>
- Parameters:
fs
- the FieldSet
to map
Copyright © 2013 SpringSource. All Rights Reserved.