RootUriBuilderFactory
Functions
Link copied to clipboard
Add a RootUriTemplateHandler instance to the given RestTemplate.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withHandlerWrapper(wrapper: (UriTemplateHandler) -> UriTemplateHandler): RootUriTemplateHandler
Derives a new
RootUriTemplateHandler
from this one, wrapping its delegate UriTemplateHandler by applying the given wrapper
.