Interface PathMatcher

    • Method Detail

      • 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.