Class RootUriBuilderFactory

java.lang.Object
org.springframework.boot.restclient.RootUriTemplateHandler
org.springframework.boot.restclient.RootUriBuilderFactory
All Implemented Interfaces:
org.springframework.web.util.UriBuilderFactory, org.springframework.web.util.UriTemplateHandler

@Deprecated(forRemoval=true, since="4.1.0") public class RootUriBuilderFactory extends RootUriTemplateHandler implements org.springframework.web.util.UriBuilderFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.1.0 for removal in 4.3.0 in favor of DefaultUriBuilderFactory.
UriBuilderFactory to set the root for URI that starts with '/'.
Since:
4.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    RootUriBuilderFactory(String rootUri, org.springframework.web.util.UriTemplateHandler delegate)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create an instance with the root URI to use.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.util.UriBuilder
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.springframework.web.util.UriBuilder
    uriString(String uriTemplate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class RootUriTemplateHandler

    expand, expand, getRootUri

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.util.UriTemplateHandler

    expand, expand
  • Constructor Details

    • RootUriBuilderFactory

      public RootUriBuilderFactory(String rootUri, org.springframework.web.util.UriTemplateHandler delegate)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create an instance with the root URI to use.
      Parameters:
      rootUri - the root URI
      delegate - the UriTemplateHandler to delegate to
  • Method Details

    • uriString

      public org.springframework.web.util.UriBuilder uriString(String uriTemplate)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      uriString in interface org.springframework.web.util.UriBuilderFactory
    • builder

      public org.springframework.web.util.UriBuilder builder()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      builder in interface org.springframework.web.util.UriBuilderFactory