接口 UriBuilderFactory

所有超级接口:
UriTemplateHandler
所有已知实现类:
DefaultUriBuilderFactory

public interface UriBuilderFactory extends UriTemplateHandler
Factory to create UriBuilder instances with shared configuration such as a base URI, an encoding mode strategy, and others across all URI builder instances created through a factory.
从以下版本开始:
4.0
作者:
Rossen Stoyanchev
另请参阅:
  • 方法详细资料

    • 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