接口 UriTemplateHandler

    • 方法详细资料

      • expand

        URI expand​(String uriTemplate,
                   Map<String,​?> uriVariables)
        Expand the given URI template with a map of URI variables.
        参数:
        uriTemplate - the URI template
        uriVariables - variable values
        返回:
        the created URI instance
      • expand

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