Class PassThroughFieldSetMapper
java.lang.Object
org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper
- All Implemented Interfaces:
 FieldSetMapper<FieldSet>
Pass through 
FieldSetMapper useful for passing a FieldSet back directly
 rather than a mapped object.- Author:
 - Lucas Ward
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmapFieldSet(FieldSet fs) Method used to map data obtained from aFieldSetinto an object. 
- 
Constructor Details
- 
PassThroughFieldSetMapper
public PassThroughFieldSetMapper() 
 - 
 - 
Method Details
- 
mapFieldSet
Description copied from interface:FieldSetMapperMethod used to map data obtained from aFieldSetinto an object.- Specified by:
 mapFieldSetin interfaceFieldSetMapper<FieldSet>- Parameters:
 fs- theFieldSetto map- Returns:
 - the populated object
 
 
 -