Interface UriMatcher

    • Method Detail

      • match

        default java.util.Optional<? extends UriMatchInfo> match​(java.net.URI uri)
        Match the given URI object.
        Parameters:
        uri - The URI
        Returns:
        True if it matches
      • match

        java.util.Optional<? extends UriMatchInfo> match​(java.lang.String uri)
        Match the given URI string.
        Parameters:
        uri - The uRI
        Returns:
        True if it matches