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 classVarExploderExceptionA VarExploderException.Methods in com.damnhandy.uri.template that throw VariableExpansionException Modifier and Type Method Description StringUriTemplate. expand()Applies variable substitution the URI Template and returns the expanded URI.static StringUriTemplate. expand(String templateString, Map<String,Object> values)Expands the given template string using the variable replacements in the suppliedMap.StringUriTemplate. expand(Map<String,Object> vars)Expand the URI template using the supplied valuesStringUriTemplate. expandPartial()static StringUriTemplate. 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 aMapof name/value pairs.Collection<Object>VarExploder. getValues()Returns the properties of the source object aCollectionof object values.
-