public interface UriBuilderFactory extends UriTemplateHandler
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.Modifier and Type | Method and Description |
---|---|
UriBuilder |
builder()
Create a URI builder with default settings.
|
UriBuilder |
uriString(String uriTemplate)
Initialize a builder with the given URI template.
|
expand, expand
UriBuilder uriString(String uriTemplate)
uriTemplate
- the URI template to useUriBuilder builder()