public class Require extends ValidationCellProcessor implements BoolCellProcessor, DateCellProcessor, DoubleCellProcessor, LongCellProcessor, StringCellProcessor
validationMessagenext| コンストラクタと説明 |
|---|
Require(boolean considerEmpty,
boolean considerBlank) |
Require(boolean considerEmpty,
boolean considerBlank,
CellProcessor next) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<T> T |
execute(Object value,
CsvContext context) |
boolean |
isConsiderBlank()
空白文字を考慮するかどうか。
|
boolean |
isConsiderEmpty()
空文字を考慮するかどうか。
|
createValidationException, getDefaultValidationMessage, getValidationMessage, setValidationMessagetoString, validateInputNotNullpublic Require(boolean considerEmpty,
boolean considerBlank)
public Require(boolean considerEmpty,
boolean considerBlank,
CellProcessor next)
public <T> T execute(Object value, CsvContext context)
execute インタフェース内 CellProcessorpublic boolean isConsiderEmpty()
public boolean isConsiderBlank()
Copyright © 2025 mygreen. All rights reserved.