| Package | Description |
|---|---|
| com.github.fge.uritemplate.expression | |
| com.github.fge.uritemplate.render | |
| com.github.fge.uritemplate.vars.specs |
| Constructor and Description |
|---|
TemplateExpression(ExpressionType expressionType,
List<VariableSpec> variableSpecs) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
StringRenderer.render(VariableSpec varspec,
VariableValue value) |
abstract List<String> |
ValueRenderer.render(VariableSpec varspec,
VariableValue value)
Render a value given a varspec and value
|
List<String> |
MultiValueRenderer.render(VariableSpec varspec,
VariableValue value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExplodedVariable
A varspec with an explode modifier (for instance,
foo* in {foo*} |
class |
PrefixVariable
A varspec with a prefix modifier (for instance,
foo:3 in {foo:3} |
class |
SimpleVariable
A varspec with no modifier (for instance,
foo in {foo} |
Copyright © 2013. All Rights Reserved.