クラス FlatFileItemReaderAutoConfiguration.MapFieldSetMapper

java.lang.ObjectSE
org.springframework.cloud.task.batch.autoconfigure.flatfile.FlatFileItemReaderAutoConfiguration.MapFieldSetMapper
実装されたすべてのインターフェース:
org.springframework.batch.item.file.mapping.FieldSetMapper<MapSE<StringSE,ObjectSE>>
含まれているクラス:
FlatFileItemReaderAutoConfiguration

public static class FlatFileItemReaderAutoConfiguration.MapFieldSetMapper extends ObjectSE implements org.springframework.batch.item.file.mapping.FieldSetMapper<MapSE<StringSE,ObjectSE>>
FieldSet を受け取り、その内容の Map<String, Object> を返す FieldSetMapper
  • コンストラクターの詳細

    • MapFieldSetMapper

      public MapFieldSetMapper()
  • メソッドの詳細

    • mapFieldSet

      public MapSE<StringSE,ObjectSE> mapFieldSet(org.springframework.batch.item.file.transform.FieldSet fieldSet)
      次で指定:
      インターフェース org.springframework.batch.item.file.mapping.FieldSetMapper<MapSE<StringSE,ObjectSE>>mapFieldSet