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