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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionmapFieldSet
(org.springframework.batch.item.file.transform.FieldSet fieldSet)
-
Constructor Details
-
MapFieldSetMapper
public MapFieldSetMapper()
-
-
Method Details