接口 UriBuilderFactory

    • 方法详细资料

      • uriString

        UriBuilder uriString​(String uriTemplate)
        Initialize a builder with the given URI template.
        参数:
        uriTemplate - the URI template to use
        返回:
        the builder instance
      • builder

        UriBuilder builder()
        Create a URI builder with default settings.
        返回:
        the builder instance