public static interface PathContainer.PathSegment extends PathContainer.Element
| Modifier and Type | Method and Description | 
|---|---|
| MultiValueMap<String,String> | parameters()Path parameters associated with this path segment. | 
| String | valueToMatch()Return the path segment value, decoded and sanitized, for path matching. | 
| char[] | valueToMatchAsChars()Expose  valueToMatch()as a character array. | 
valueString valueToMatch()
char[] valueToMatchAsChars()
valueToMatch() as a character array.MultiValueMap<String,String> parameters()