Interface PathMatcher

All Known Implementing Classes:
SimplePathMatcher, WildPathMatcher

public interface PathMatcher
Matching algorithm implementation.
Author:
antons
  • Method Summary

    Modifier and Type
    Method
    Description
    match(List<String> currentpath, JsonValue currentvalue)
    Returns result of match
  • Method Details

    • match

      Match match(List<String> currentpath, JsonValue currentvalue)
      Returns result of match
      Parameters:
      currentpath - path to be checked
      currentvalue - value to be checked (be prepare for null values for traversal parsers)
      Returns:
      result of match operation.