类的使用
cn.taketoday.web.client.config.RootUriTemplateHandler
使用RootUriTemplateHandler的程序包
-
cn.taketoday.web.client.config中RootUriTemplateHandler的使用
修饰符和类型方法说明static RootUriTemplateHandlerRootUriTemplateHandler.addTo(RestTemplate restTemplate, String rootUri) Add aRootUriTemplateHandlerinstance to the givenRestTemplate.RootUriTemplateHandler.withHandlerWrapper(Function<UriTemplateHandler, UriTemplateHandler> wrapper) Derives a newRootUriTemplateHandlerfrom this one, wrapping its delegateUriTemplateHandlerby applying the givenwrapper.