Class RootUriTemplateHandler

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

public class RootUriTemplateHandler extends Object implements org.springframework.web.util.UriTemplateHandler
UriTemplateHandler to set the root for URI that starts with '/'.
Since:
1.4.0
  • Constructor Details

    • RootUriTemplateHandler

      protected RootUriTemplateHandler(org.springframework.web.util.UriTemplateHandler handler)
  • Method Details

    • expand

      public URI expand(String uriTemplate, Map<String,?> uriVariables)
      Specified by:
      expand in interface org.springframework.web.util.UriTemplateHandler
    • expand

      public URI expand(String uriTemplate, Object... uriVariables)
      Specified by:
      expand in interface org.springframework.web.util.UriTemplateHandler
    • getRootUri

      public String getRootUri()