クラス RecursiveCollectionLineAggregator<T>
java.lang.ObjectSE
org.springframework.batch.item.file.transform.RecursiveCollectionLineAggregator<T>
- 実装済みのインターフェース一覧:
LineAggregator<CollectionSE<T>>
public class RecursiveCollectionLineAggregator<T>
extends ObjectSE
implements LineAggregator<CollectionSE<T>>
共通型のアイテムのコレクションをシステム行セパレーターと連結する
LineAggregator の実装。- 作成者:
- Dave Syer
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明aggregate(CollectionSE<T> items) 指定された値から文字列を作成します。voidsetDelegate(LineAggregator<T> delegate) 文字列ではない単一のアイテムで使用するLineAggregatorのパブリック setter。
コンストラクターの詳細
RecursiveCollectionLineAggregator
public RecursiveCollectionLineAggregator()
方法の詳細
setDelegate
文字列ではない単一のアイテムで使用するLineAggregatorのパブリック setter。これは、コレクション要素と配列要素の文字列への変換を戦略化するために使用できます。- パラメーター:
delegate- 設定するラインアグリゲーター。デフォルトはパススルーです。
aggregate
インターフェースからコピーされた説明:LineAggregator指定された値から文字列を作成します。- 次で指定:
- インターフェース
LineAggregator<T>内のaggregate - パラメーター:
items- 変換される値- 戻り値:
- 文字列