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
  • Constructor Details

    • PassThroughFieldSetMapper

      public PassThroughFieldSetMapper()
  • Method Details