Package org.springframework.http.server
Interface PathContainer.PathSegment
- All Superinterfaces:
PathContainer.Element
- Enclosing interface:
- PathContainer
Path segment element.
-
Method Summary
Modifier and TypeMethodDescriptionPath parameters associated with this path segment.Return the path segment value, decoded and sanitized, for path matching.char[]
ExposevalueToMatch()
as a character array.Methods inherited from interface org.springframework.http.server.PathContainer.Element
value
-
Method Details
-
valueToMatch
String valueToMatch()Return the path segment value, decoded and sanitized, for path matching. -
valueToMatchAsChars
char[] valueToMatchAsChars()ExposevalueToMatch()
as a character array. -
parameters
MultiValueMap<String,String> parameters()Path parameters associated with this path segment.- Returns:
- an unmodifiable map containing the parameters
-