Interface PathContainer.PathSegment

All Superinterfaces:
PathContainer.Element
Enclosing interface:
PathContainer

public static interface PathContainer.PathSegment extends PathContainer.Element
Path segment element.
  • Method Details

    • valueToMatch

      String valueToMatch()
      Return the path segment value, decoded and sanitized, for path matching.
    • valueToMatchAsChars

      char[] valueToMatchAsChars()
      Expose valueToMatch() as a character array.
    • parameters

      MultiValueMap<String,String> parameters()
      Path parameters associated with this path segment.
      Returns:
      an unmodifiable map containing the parameters