public class Require extends ValidationCellProcessor implements BoolCellProcessor, DateCellProcessor, DoubleCellProcessor, LongCellProcessor, StringCellProcessor
validationMessage
next
コンストラクタと説明 |
---|
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, setValidationMessage
toString, validateInputNotNull
public Require(boolean considerEmpty, boolean considerBlank)
public Require(boolean considerEmpty, boolean considerBlank, CellProcessor next)
public <T> T execute(Object value, CsvContext context)
execute
インタフェース内 CellProcessor
public boolean isConsiderEmpty()
public boolean isConsiderBlank()
Copyright © 2022 mygreen. All rights reserved.