Uses of Interface
uk.org.webcompere.modelassert.json.condition.tree.PathMatcher
Packages that use PathMatcher
-
Uses of PathMatcher in uk.org.webcompere.modelassert.json.condition.tree
Classes in uk.org.webcompere.modelassert.json.condition.tree that implement PathMatcherModifier and TypeClassDescriptionclassMatches a Json pointer sub path on the tree using a regular expressionclassclassMethods in uk.org.webcompere.modelassert.json.condition.tree that return PathMatcherModifier and TypeMethodDescriptionstatic PathMatcherFactory method - convert an object into its path matcherMethod parameters in uk.org.webcompere.modelassert.json.condition.tree with type arguments of type PathMatcherModifier and TypeMethodDescriptionbooleanPathMatcher.matches(Location location, List<PathMatcher> remaining) Does this path matcher prevent a match, or do any of its successors prevent a matchbooleanRegexPathMatcher.matches(Location location, List<PathMatcher> remaining) booleanStringPathMatcher.matches(Location location, List<PathMatcher> remaining) booleanWildCardPathMatcher.matches(Location location, List<PathMatcher> remaining) static booleanPathMatcher.matchesTheRest(Location location, List<PathMatcher> remaining) Work out whether the rest of the location meets the rest of the remaining matchers