インターフェースの使用
org.springframework.batch.item.file.mapping.FieldSetMapper
FieldSetMapper を使用するパッケージ
パッケージ
説明
ファイルアイテムリーダーおよびライターのビルダー。
io ファイルのインフラストラクチャ実装は、マッピングの問題をサポートします。
org.springframework.batch.item.file.builder 内の FieldSetMapper 使用
型 FieldSetMapper のパラメーターを持つ org.springframework.batch.item.file.builder のメソッド修飾子と型メソッド説明FlatFileItemReaderBuilder.fieldSetMapper(FieldSetMapper<T> mapper) 使用するFieldSetMapper実装。org.springframework.batch.item.file.mapping 内の FieldSetMapper 使用
修飾子と型クラス説明class基本的な配列マッパー。フィールドセットをバッキングする値を返します。classBean プロパティパスに基づくFieldSetMapper実装。classマップされたオブジェクトではなく、FieldSetを直接戻す場合に役立つFieldSetMapperを通過させます。classこれは、Java レコードマッピングをサポートするFieldSetMapperです(JKD 14 以降が必要です)。型 FieldSetMapper のパラメーターを持つ org.springframework.batch.item.file.mapping のメソッド型 FieldSetMapper の型引数を持つ org.springframework.batch.item.file.mapping のメソッドパラメーター修飾子と型メソッド説明voidPatternMatchingCompositeLineMapper.setFieldSetMappers(MapSE<StringSE, FieldSetMapper<T>> fieldSetMappers)