Class RegexPathMatcher
java.lang.Object
uk.org.webcompere.modelassert.json.condition.tree.RegexPathMatcher
- All Implemented Interfaces:
PathMatcher
Matches a Json pointer sub path on the tree using a regular expression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANY_FIELD_PATTERN
-
-
Constructor Details
-
RegexPathMatcher
-
-
Method Details
-
matches
Description copied from interface:PathMatcherDoes this path matcher prevent a match, or do any of its successors prevent a match- Specified by:
matchesin interfacePathMatcher- Parameters:
location- the locationremaining- the remainingPathMatchers- Returns:
trueif there's a match
-
toString
-