public abstract class AbstractRegexPattern extends StringValuePattern
Modifier and Type | Field and Description |
---|---|
protected java.util.regex.Pattern |
pattern |
ABSENT, 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, getValue, hashCode, isAbsent, isPresent, nullSafeIsAbsent, toString
public MatchResult match(java.lang.String value)