Interface PathMatchType.Builder

    • Method Detail

      • exact

        PathMatchType.Builder exact​(String exact)

        An exact match of the path.

        Parameters:
        exact - An exact match of the path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        PathMatchType.Builder prefix​(String prefix)

        A prefix match of the path.

        Parameters:
        prefix - A prefix match of the path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.