public static interface PathContainer.PathSegment extends PathContainer.Element
| Modifier and Type | Method and Description | 
|---|---|
| MultiValueMap<String,String> | parameters()Path parameters parsed from the path segment. | 
| String | valueToMatch()Return the path segment value to use for pattern matching purposes. | 
| char[] | valueToMatchAsChars()The same as  valueToMatch()but as achar[]. | 
valueString valueToMatch()
PathContainer.Element.value() but may also differ
 in sub-interfaces (e.g. decoded, sanitized, etc.).char[] valueToMatchAsChars()
valueToMatch() but as a char[].MultiValueMap<String,String> parameters()