protected static interface UriTemplate.PathSegment extends CharSequence
| Modifier and Type | Method and Description | 
|---|---|
String | 
expand(Map<String,Object> parameters,
      boolean previousHasContent,
      boolean anyPreviousHasOperator)
Expands the query segment. 
 | 
default boolean | 
isQuerySegment()  | 
charAt, chars, codePoints, length, subSequence, toStringdefault boolean isQuerySegment()
String expand(Map<String,Object> parameters, boolean previousHasContent, boolean anyPreviousHasOperator)
parameters - The parameterspreviousHasContent - Whether there was previous contentanyPreviousHasOperator - Whether an operator is present