public class Pattern extends ValidationCellProcessor implements StringCellProcessor
validationMessage
next
コンストラクタと説明 |
---|
Pattern(Pattern regexPattern,
String regexDescriptoin) |
Pattern(Pattern regexPattern,
String regexDescriptoin,
StringCellProcessor next) |
修飾子とタイプ | メソッドと説明 |
---|---|
Object |
execute(Object value,
CsvContext context) |
String |
getDescription() |
int |
getFlags() |
String |
getRegex() |
createValidationException, getDefaultValidationMessage, getValidationMessage, setValidationMessage
toString, validateInputNotNull
public Pattern(Pattern regexPattern, String regexDescriptoin, StringCellProcessor next)
public Object execute(Object value, CsvContext context)
execute
インタフェース内 CellProcessor
public String getRegex()
public int getFlags()
public String getDescription()
Copyright © 2022 mygreen. All rights reserved.