Package sk.antons.json.match
Interface PathMatcher
- All Known Implementing Classes:
SimplePathMatcher,WildPathMatcher
public interface PathMatcher
Matching algorithm implementation.
- Author:
- antons
-
Method Summary
-
Method Details
-
match
Returns result of match- Parameters:
currentpath- path to be checkedcurrentvalue- value to be checked (be prepare for null values for traversal parsers)- Returns:
- result of match operation.
-