public class WordRequire extends ValidationCellProcessor implements StringCellProcessor
validationMessage
next
コンストラクタと説明 |
---|
WordRequire(Collection<String> words) |
WordRequire(Collection<String> words,
CellProcessor next) |
修飾子とタイプ | メソッドと説明 |
---|---|
Object |
execute(Object value,
CsvContext context) |
Collection<String> |
getWords()
必須語彙のを取得する。
|
createValidationException, getDefaultValidationMessage, getValidationMessage, setValidationMessage
toString, validateInputNotNull
public WordRequire(Collection<String> words)
public WordRequire(Collection<String> words, CellProcessor next)
public Object execute(Object value, CsvContext context)
execute
インタフェース内 CellProcessor
public Collection<String> getWords()
Copyright © 2022 mygreen. All rights reserved.