public interface URITemplateExpression
This interface covers literal expansions (ie, not expressions) and expression expansions.
| Modifier and Type | Method and Description |
|---|---|
String |
expand(VariableMap vars)
Compute an expanded string given a map of variables
|
String expand(VariableMap vars) throws URITemplateException
vars - the variables (names and values)URITemplateException - incompatible variable/expansion pair