A
- 対応する変換のアノテーション。@FunctionalInterface public interface ConversionProcessorFactory<A extends Annotation>
CellProcessor
を作成するためのインタフェース。修飾子とタイプ | メソッドと説明 |
---|---|
Optional<CellProcessor> |
create(A anno,
Optional<CellProcessor> next,
FieldAccessor field,
TextFormatter<?> formatter,
Configuration config)
値を変換する
CellProcessor を作成します。 |
Optional<CellProcessor> create(A anno, Optional<CellProcessor> next, FieldAccessor field, TextFormatter<?> formatter, Configuration config)
CellProcessor
を作成します。anno
- ハンドリング対象のアノテーションです。next
- chainで次に実行するCellProcessor
。値がない場合があります。field
- 処理対象のフィールド情報。formatter
- フィールドの書式に沿ったフォーマッタ。config
- システム情報設定。CellProcessor
の実装クラスのインスタンス。
引数nextをそのまま返す場合、値がない場合がある。Copyright © 2022 mygreen. All rights reserved.