Uses of Class
com.damnhandy.uri.template.impl.VarSpec.VarFormat
-
Packages that use VarSpec.VarFormat Package Description com.damnhandy.uri.template.impl -
-
Uses of VarSpec.VarFormat in com.damnhandy.uri.template.impl
Methods in com.damnhandy.uri.template.impl that return VarSpec.VarFormat Modifier and Type Method Description static VarSpec.VarFormat
VarSpec.VarFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static VarSpec.VarFormat[]
VarSpec.VarFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-