Interface PathMatchObserver


public interface PathMatchObserver
  • Field Details

  • Method Details

    • checkingPathAgainstPattern

      void checkingPathAgainstPattern(String path, PathPattern pathPattern)
    • pathMatchedPattern

      void pathMatchedPattern(String path, PathPattern pathPattern)