withHandlerWrapper
open fun withHandlerWrapper(wrapper: (UriTemplateHandler) -> UriTemplateHandler): RootUriTemplateHandler
Deprecated (for removal)
Since version 3.2.3
Derives a new RootUriTemplateHandler
from this one, wrapping its delegate UriTemplateHandler by applying the given wrapper
.
Return
the new handler
Since
2.3.10
Deprecated
since 3.2.3 for removal in 3.4.0, with no replacement
Parameters
wrapper
the wrapper to apply to the delegate URI template handler