Interface MatchPaths.Builder

  • Method Details

    • anyOf

      A list of path patterns. The condition is met if the request path matches any of the patterns.

      Parameters:
      anyOf - A list of path patterns. The condition is met if the request path matches any of the patterns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • anyOf

      MatchPaths.Builder anyOf(String... anyOf)

      A list of path patterns. The condition is met if the request path matches any of the patterns.

      Parameters:
      anyOf - A list of path patterns. The condition is met if the request path matches any of the patterns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.