| Package | Description |
|---|---|
| com.github.fge.uritemplate.vars.values |
| Modifier and Type | Method and Description |
|---|---|
static MapValue.Builder |
MapValue.newBuilder()
Create a new builder for this class
|
MapValue.Builder |
MapValue.Builder.put(String key,
Object value)
Add one key/value pair to the map
|
<T> MapValue.Builder |
MapValue.Builder.putAll(Map<String,T> map)
Inject a map of key/value pairs
|
Copyright © 2013. All Rights Reserved.