| Package | Description |
|---|---|
| com.github.fge.uritemplate.expression | |
| com.github.fge.uritemplate.render | |
| com.github.fge.uritemplate.vars.values |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionType |
ExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionType[] |
ExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TemplateExpression(ExpressionType expressionType,
List<VariableSpec> variableSpecs) |
| Constructor and Description |
|---|
ListRenderer(ExpressionType type) |
MapRenderer(ExpressionType type) |
MultiValueRenderer(ExpressionType type) |
StringRenderer(ExpressionType type) |
ValueRenderer(ExpressionType type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract ValueRenderer |
ValueType.selectRenderer(ExpressionType type)
Get the renderer for this value type and expression type
|
Copyright © 2013. All Rights Reserved.