Interface PathMatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean match​(java.lang.String path)
      Matches given path with the configured path parameter
    • Method Detail

      • match

        boolean match​(java.lang.String path)
        Matches given path with the configured path parameter
        Parameters:
        path - path to match
        Returns:
        true if path matches, false otherwise