Interface UriTemplateHandler

    • Method Detail

      • expand

        URI expand​(String uriTemplate,
                   Map<String,​?> uriVariables)
        Expand the given URI template from a map of URI variables.
        Parameters:
        uriTemplate - the URI template string
        uriVariables - the URI variables
        Returns:
        the resulting URI
      • expand

        URI expand​(String uriTemplate,
                   Object... uriVariables)
        Expand the given URI template from an array of URI variables.
        Parameters:
        uriTemplate - the URI template string
        uriVariables - the URI variable values
        Returns:
        the resulting URI