public class NegativeRegexPattern extends AbstractRegexPattern
patternexpectedValue| Constructor and Description |
|---|
NegativeRegexPattern(java.lang.String regex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoesNotMatch() |
MatchResult |
match(java.lang.String value) |
and, equals, getExpected, getName, hashCode, isAbsent, isPresent, nullSafeIsAbsent, or, toStringgetValue, isNullValuePermittedpublic java.lang.String getDoesNotMatch()
public MatchResult match(java.lang.String value)
match in interface ValueMatcher<java.lang.String>match in class AbstractRegexPattern