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