Interface PathContainer.PathSegment
- All Superinterfaces:
- PathContainer.Element
- Enclosing interface:
- PathContainer
Path segment element.
- Since:
- 5.0
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier 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 PathContainer.Elementvalue
- 
Method Details- 
valueToMatchString valueToMatch()Return the path segment value, decoded and sanitized, for path matching.
- 
valueToMatchAsCharschar[] valueToMatchAsChars()ExposevalueToMatch()as a character array.
- 
parametersMultiValueMap<String,String> parameters()Path parameters associated with this path segment.- Returns:
- an unmodifiable map containing the parameters
 
 
-