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