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) |
and, equals, getExpected, getName, hashCode, isAbsent, isPresent, nullSafeIsAbsent, or, toStringgetValue, isNullValuePermittedpublic MatchResult match(java.lang.String value)