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 © 2022 mygreen. All rights reserved.