public class PrintProcessor<T> extends ValidationCellProcessor implements BoolCellProcessor, DateCellProcessor, DoubleCellProcessor, LongCellProcessor, StringCellProcessor
validationMessage
next
コンストラクタと説明 |
---|
PrintProcessor(TextPrinter<T> printer)
プリンタを指定してインスタンスを作成するコンストラクタ。
|
PrintProcessor(TextPrinter<T> printer,
StringCellProcessor next)
プリンタを指定してインスタンスを作成するコンストラクタ。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Object |
execute(Object value,
CsvContext context) |
createValidationException, getDefaultValidationMessage, getValidationMessage, setValidationMessage
toString, validateInputNotNull
public 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
インタフェース内 CellProcessor
Copyright © 2022 mygreen. All rights reserved.