| Package | Description |
|---|---|
| com.damnhandy.uri.template |
Handy URI Templates
|
| Modifier and Type | Class and Description |
|---|---|
class |
VarExploderException
A VarExploderException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UriTemplate.expand()
Applies variable substitution the URI Template and returns the expanded
URI.
|
String |
UriTemplate.expand(Map<String,Object> vars)
Expand the URI template using the supplied values
|
static String |
UriTemplate.expand(String templateString,
Map<String,Object> values)
Expands the given template string using the variable replacements
in the supplied
Map. |
String |
UriTemplate.expandPartial() |
static String |
UriTemplate.expandPartial(String templateString,
Map<String,Object> values)
Expands the given template string using the variable replacements
in the supplied
Map. |
Map<String,Object> |
VarExploder.getNameValuePairs()
Returns the properties of the source object a
Map of
name/value pairs. |
Collection<Object> |
VarExploder.getValues()
Returns the properties of the source object a
Collection of
object values. |
Copyright © 2012-04-30–2016 Ryan J. McDonough. All rights reserved.