public class Pattern extends ValidationCellProcessor implements StringCellProcessor
validationMessagenext| コンストラクタと説明 |
|---|
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, setValidationMessagetoString, validateInputNotNullpublic Pattern(Pattern regexPattern, String regexDescriptoin, StringCellProcessor next)
public Object execute(Object value, CsvContext context)
execute インタフェース内 CellProcessorpublic String getRegex()
public int getFlags()
public String getDescription()
Copyright © 2025 mygreen. All rights reserved.