クラス RootUriBuilderFactory
java.lang.ObjectSE
org.springframework.boot.restclient.RootUriTemplateHandler
org.springframework.boot.restclient.RootUriBuilderFactory
- 実装済みのインターフェース一覧:
UriBuilderFactory, UriTemplateHandler
UriBuilderFactory は、'/' で始まる URI のルートを設定します。- 導入:
- 4.0.0
- 作成者:
- Scott Frederick
コンストラクター概要
コンストラクターコンストラクター説明RootUriBuilderFactory(StringSE rootUri, UriTemplateHandler delegate) 使用するルート URI を持つインスタンスを作成します。方法の概要
クラス RootUriTemplateHandler から継承されたメソッド
expand, expand, getRootUriクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース UriTemplateHandler から継承されたメソッド
expand, expand
コンストラクターの詳細
RootUriBuilderFactory
使用するルート URI を持つインスタンスを作成します。- パラメーター:
rootUri- ルート URIdelegate- 委譲するUriTemplateHandler
方法の詳細
uriString
- 次で指定:
- インターフェース
UriBuilderFactory内のuriString
builder
- 次で指定:
- インターフェース
UriBuilderFactory内のbuilder