Interface UriBuilderFactory

All Superinterfaces:
UriTemplateHandler
All Known Implementing Classes:
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.
Since:
5.0
Author:
Rossen Stoyanchev
See Also:
  • Method Details

    • uriString

      UriBuilder uriString(String uriTemplate)
      Initialize a builder with the given URI template.
      Parameters:
      uriTemplate - the URI template to use
      Returns:
      the builder instance
    • builder

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