| Package | Description |
|---|---|
| com.github.fge.uritemplate | |
| com.github.fge.uritemplate.expression | |
| com.github.fge.uritemplate.vars |
| Modifier and Type | Method and Description |
|---|---|
String |
URITemplate.toString(VariableMap vars)
Expand this template to a string given a list of variables
|
URI |
URITemplate.toURI(VariableMap vars)
Expand this template to a URI given a set of variables
|
URL |
URITemplate.toURL(VariableMap vars)
Expand this template to a URL given a set of variables
|
| Modifier and Type | Method and Description |
|---|---|
String |
TemplateExpression.expand(VariableMap vars) |
String |
URITemplateExpression.expand(VariableMap vars)
Compute an expanded string given a map of variables
|
String |
TemplateLiteral.expand(VariableMap vars) |
| Modifier and Type | Method and Description |
|---|---|
VariableMap |
VariableMapBuilder.freeze() |
Copyright © 2013. All Rights Reserved.