public class DateTimeMax<T extends Comparable<T>> extends ValidationCellProcessor implements DateCellProcessor
validationMessagenext| コンストラクタと説明 |
|---|
DateTimeMax(T max,
boolean inclusive,
TextPrinter<T> printer) |
DateTimeMax(T max,
boolean inclusive,
TextPrinter<T> printer,
CellProcessor next) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
execute(Object value,
CsvContext context) |
T |
getMax() |
TextPrinter<T> |
getPrinter() |
boolean |
isInclusive()
値を比較する際に指定した値を含むかどうか。
|
createValidationException, getDefaultValidationMessage, getValidationMessage, setValidationMessagetoString, validateInputNotNullpublic DateTimeMax(T max, boolean inclusive, TextPrinter<T> printer)
public DateTimeMax(T max, boolean inclusive, TextPrinter<T> printer, CellProcessor next)
public Object execute(Object value, CsvContext context)
execute インタフェース内 CellProcessorpublic T getMax()
public boolean isInclusive()
public TextPrinter<T> getPrinter()
Copyright © 2025 mygreen. All rights reserved.