Class RootUriTemplateHandler

java.lang.Object
org.springframework.boot.web.client.RootUriTemplateHandler
All Implemented Interfaces:
UriTemplateHandler
Direct Known Subclasses:
LocalHostUriTemplateHandler

public class RootUriTemplateHandler extends Object implements UriTemplateHandler
UriTemplateHandler to set the root for URI that starts with '/'.
Since:
1.4.0
Author:
Phillip Webb