インターフェース UriTemplateHandler

すべての既知のサブインターフェース:
UriBuilderFactory
すべての既知の実装クラス:
DefaultUriBuilderFactory

public interface UriTemplateHandler
変数を使用して URI テンプレートを拡張するためのメソッドを定義します。
導入:
4.2
作成者:
Rossen Stoyanchev
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    expand(StringSE uriTemplate, ObjectSE... uriVariables)
    URI 変数の配列を使用して、指定された URI テンプレートを展開します。
    expand(StringSE uriTemplate, MapSE<StringSE,?> uriVariables)
    URI 変数のマップを使用して、指定された URI テンプレートを展開します。
  • メソッドの詳細

    • expand

      URISE expand(StringSE uriTemplate, MapSE<StringSE,?> uriVariables)
      URI 変数のマップを使用して、指定された URI テンプレートを展開します。
      パラメーター:
      uriTemplate - URI テンプレート
      uriVariables - 変数値
      戻り値:
      作成された URI インスタンス
    • expand

      URISE expand(StringSE uriTemplate, ObjectSE... uriVariables)
      URI 変数の配列を使用して、指定された URI テンプレートを展開します。
      パラメーター:
      uriTemplate - URI テンプレート
      uriVariables - 変数値
      戻り値:
      作成された URI インスタンス