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