接口 UriTemplateHandler

    • 方法详细资料

      • expand

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

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