Schnittstelle PathContainer.PathSegment

Alle Superschnittstellen:
PathContainer.Element
Umschließende Schnittstelle:
PathContainer

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

    • 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.
      Gibt zurück:
      an unmodifiable map containing the parameters