toggle menu
Spring Boot Kotlin API
3.5.0
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.client
/
RootUriBuilderFactory
Root
Uri
Builder
Factory
open
class
RootUriBuilderFactory
:
RootUriTemplateHandler
,
UriBuilderFactory
UriBuilderFactory
to set the root for URI that starts with
'/'
.
Author
Scott Frederick
Since
3.2.3
Members
Properties
root
Uri
Link copied to clipboard
val
rootUri
:
String
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
UriBuilder
expand
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
uri
String
Link copied to clipboard
open
fun
uriString
(
uriTemplate
:
String
)
:
UriBuilder