| Package | Description |
|---|---|
| com.github.fge.uritemplate.vars |
| Modifier and Type | Method and Description |
|---|---|
<T> VariableMapBuilder |
VariableMapBuilder.addListValue(String varname,
Iterable<T> iterable)
Shortcut method to associate a name with a list value
|
VariableMapBuilder |
VariableMapBuilder.addListValue(String varname,
Object first,
Object... other)
Shortcut method to associate a name with a list value
|
<T> VariableMapBuilder |
VariableMapBuilder.addMapValue(String varname,
Map<String,T> map)
Shortcut method to associate a variable name to a map value
|
VariableMapBuilder |
VariableMapBuilder.addScalarValue(String varname,
Object value)
Shortcut method to associate a name with a scalar value
|
VariableMapBuilder |
VariableMapBuilder.addValue(String varname,
VariableValue value)
Associate a value to a variable name
|
static VariableMapBuilder |
VariableMap.newBuilder()
Create a new builder for this class
|
VariableMapBuilder |
VariableMap.thaw()
Return a thawed version of this instance
|
Copyright © 2013. All Rights Reserved.