Uses of Package
com.damnhandy.uri.template
-
Packages that use com.damnhandy.uri.template Package Description com.damnhandy.uri.template Handy URI Templatescom.damnhandy.uri.template.impl com.damnhandy.uri.template.jackson.datatype These classes allow theUriTemplate
class to better integrate with the Jackson JSON framework. -
Classes in com.damnhandy.uri.template used by com.damnhandy.uri.template Class Description Expression An Expression represents the text between '{' and '}', including the enclosing braces, as defined in Section 2 of RFC6570.Expression.Builder Builder class for creating anExpression
.MalformedUriTemplateException Raised when the the template processor encounters an issue parsing the URI template string.UriTemplate This is the primary class for creating and manipulating URI templates.UriTemplate.Encoding UriTemplateBuilder A utility class used for programatically generating aUriTemplate
.UriTemplateBuilderException Raised when there is invalid rule in the construction of a URI template, such as applying multiple fragment expressions to a URI template.UriTemplateComponent A Component.VarExploder AVarExploder
is invoked when an explode modifier "*" is encountered within a variable name within a URI expression expression and the replacement value is a complex type, such a some type of POJO or other data type.VarExploderException A VarExploderException.VariableExpansionException Raised when the the template processor encounters an issue expanding the value into the variable at expansion time. -
Classes in com.damnhandy.uri.template used by com.damnhandy.uri.template.impl Class Description MalformedUriTemplateException Raised when the the template processor encounters an issue parsing the URI template string.UriTemplate.Encoding UriTemplateComponent A Component.VarExploder AVarExploder
is invoked when an explode modifier "*" is encountered within a variable name within a URI expression expression and the replacement value is a complex type, such a some type of POJO or other data type.VarExploderException A VarExploderException. -
Classes in com.damnhandy.uri.template used by com.damnhandy.uri.template.jackson.datatype Class Description UriTemplate This is the primary class for creating and manipulating URI templates.