public abstract class AbstractRegexPattern extends StringValuePattern
| Modifier and Type | Field and Description |
|---|---|
protected java.util.regex.Pattern |
pattern |
expectedValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRegexPattern(java.lang.String regex) |
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
match(java.lang.String value) |
equals, getExpected, getName, hashCode, isAbsent, isPresent, nullSafeIsAbsent, toStringgetValuepublic MatchResult match(java.lang.String value)