RootUriTemplateHandler
UriTemplateHandler to set the root for URI that starts with '/'
.
Author
Phillip Webb
Scott Frederick
Since
1.4.0
Inheritors
Constructors
Link copied to clipboard
Create a new RootUriTemplateHandler instance.
Create a new RootUriTemplateHandler instance.
Functions
Link copied to clipboard
Add a RootUriTemplateHandler instance to the given RestTemplate.
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
.