Uses of Class
com.damnhandy.uri.template.VariableExpansionException
-
Packages that use VariableExpansionException Package Description com.damnhandy.uri.template Handy URI Templates -
-
Uses of VariableExpansionException in com.damnhandy.uri.template
Subclasses of VariableExpansionException in com.damnhandy.uri.template Modifier and Type Class Description class
VarExploderException
A VarExploderException.Methods in com.damnhandy.uri.template that throw VariableExpansionException Modifier and Type Method Description String
UriTemplate. expand()
Applies variable substitution the URI Template and returns the expanded URI.static String
UriTemplate. expand(String templateString, Map<String,Object> values)
Expands the given template string using the variable replacements in the suppliedMap
.String
UriTemplate. expand(Map<String,Object> vars)
Expand the URI template using the supplied valuesString
UriTemplate. expandPartial()
static String
UriTemplate. expandPartial(String templateString, Map<String,Object> values)
Expands the given template string using the variable replacements in the suppliedMap
.Map<String,Object>
VarExploder. getNameValuePairs()
Returns the properties of the source object aMap
of name/value pairs.Collection<Object>
VarExploder. getValues()
Returns the properties of the source object aCollection
of object values.
-