Class PathMatcher<P>

    • Constructor Detail

      • PathMatcher

        public PathMatcher()
    • Method Detail

      • matches

        public P matches​(String targetUri)
      • getPath

        protected abstract String getPath​(P entry)
      • getPaths

        protected abstract Collection<P> getPaths()
      • buildUriFromTemplate

        protected String buildUriFromTemplate​(String template,
                                              String targetUri,
                                              boolean onlyFirstParam)
      • endsWithWildcard

        public boolean endsWithWildcard​(String expectedUri)
      • resolvePathConfig

        protected P resolvePathConfig​(P entry,
                                      String path)