Class FlatFileItemReaderAutoConfiguration.MapFieldSetMapper

java.lang.Object
org.springframework.cloud.task.batch.autoconfigure.flatfile.FlatFileItemReaderAutoConfiguration.MapFieldSetMapper
All Implemented Interfaces:
org.springframework.batch.item.file.mapping.FieldSetMapper<Map<String,Object>>
Enclosing class:
FlatFileItemReaderAutoConfiguration

public static class FlatFileItemReaderAutoConfiguration.MapFieldSetMapper extends Object implements org.springframework.batch.item.file.mapping.FieldSetMapper<Map<String,Object>>
A FieldSetMapper that takes a FieldSet and returns the Map<String, Object> of its contents.
  • Constructor Details

    • MapFieldSetMapper

      public MapFieldSetMapper()
  • Method Details

    • mapFieldSet

      public Map<String,Object> mapFieldSet(org.springframework.batch.item.file.transform.FieldSet fieldSet)
      Specified by:
      mapFieldSet in interface org.springframework.batch.item.file.mapping.FieldSetMapper<Map<String,Object>>