Uses of Interface
com.damnhandy.uri.template.VarExploder
-
Packages that use VarExploder Package Description com.damnhandy.uri.template Handy URI Templatescom.damnhandy.uri.template.impl -
-
Uses of VarExploder in com.damnhandy.uri.template
Classes in com.damnhandy.uri.template that implement VarExploder Modifier and Type Class Description class
DefaultVarExploder
TheDefaultVarExploder
is aVarExploder
implementation that takes in a Java object and extracts the properties for use in a URI Template. -
Uses of VarExploder in com.damnhandy.uri.template.impl
Methods in com.damnhandy.uri.template.impl that return VarExploder Modifier and Type Method Description static VarExploder
VarExploderFactory. getExploder(Object varValue, VarSpec varSpec)
-