T - 処理対象のクラスタイプ。public interface ProcessorBuilder<T>
CellProcessorを組み立てるためのインタフェース。| 修飾子とタイプ | メソッドと説明 |
|---|---|
Optional<CellProcessor> |
buildForReading(Class<T> type,
FieldAccessor field,
Configuration config,
Class<?>[] groups)
読み込み用の
CellProcessorを組み立てる。 |
Optional<CellProcessor> |
buildForWriting(Class<T> type,
FieldAccessor field,
Configuration config,
Class<?>[] groups)
書き込み用の
CellProcessorを組み立てる。 |
Optional<CellProcessor> buildForReading(Class<T> type, FieldAccessor field, Configuration config, Class<?>[] groups)
CellProcessorを組み立てる。type - フィールドのクラスタイプ。field - フィールド情報。config - 設定情報groups - グループ情報CellProcessor。Optional<CellProcessor> buildForWriting(Class<T> type, FieldAccessor field, Configuration config, Class<?>[] groups)
CellProcessorを組み立てる。type - フィールドのクラスタイプ。field - フィールド情報。config - 設定情報groups - グループ情報CellProcessor。Copyright © 2025 mygreen. All rights reserved.