RootUriBuilderFactory

UriBuilderFactory to set the root for URI that starts with '/'.

Author

Scott Frederick

Since

3.2.3

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun builder(): UriBuilder
Link copied to clipboard
open fun expand(uriTemplate: String, uriVariables: Array<Any>): URI
open fun expand(uriTemplate: String, uriVariables: Map<String, out Any>): URI
abstract fun expand(uriTemplate: String, uriVariables: Map<String, out Any>): URI
Link copied to clipboard
open fun uriString(uriTemplate: String): UriBuilder