public class PrintProcessor<T> extends ValidationCellProcessor implements BoolCellProcessor, DateCellProcessor, DoubleCellProcessor, LongCellProcessor, StringCellProcessor
validationMessagenext| コンストラクタと説明 |
|---|
PrintProcessor(TextPrinter<T> printer)
プリンタを指定してインスタンスを作成するコンストラクタ。
|
PrintProcessor(TextPrinter<T> printer,
StringCellProcessor next)
プリンタを指定してインスタンスを作成するコンストラクタ。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
execute(Object value,
CsvContext context) |
createValidationException, getDefaultValidationMessage, getValidationMessage, setValidationMessagetoString, validateInputNotNullpublic PrintProcessor(TextPrinter<T> printer)
printer - オブジェクトを文字列に変換するプリンタ。NullPointerException - if printer is null.public PrintProcessor(TextPrinter<T> printer, StringCellProcessor next)
printer - オブジェクトを文字列に変換するプリンタ。next - チェインの中で呼ばれる次のCellProcessor.NullPointerException - if printer is null.public Object execute(Object value, CsvContext context)
execute インタフェース内 CellProcessorCopyright © 2025 mygreen. All rights reserved.