インターフェース BindContext


public interface BindContext
BindHandlers が使用するコンテキスト情報。
導入:
2.0.0
作成者:
Phillip Webb, Madhura Bhave
  • メソッドの詳細

    • getBinder

      Binder getBinder()
      バインド操作を実行しているソースバインダーを返します。
      戻り値:
      ソースバインダー
    • getDepth

      int getDepth()
      バインディングの現在の深さを返します。ルートバインディングは、深さ 0 で始まります。後続の各プロパティバインディングは、1 だけ深さを増やします。
      戻り値:
      現在のバインディングの深さ
    • getSources

      Binder によって使用されている sourcesIterableSE を返します。
      戻り値:
      ソース
    • getConfigurationProperty

      ConfigurationProperty getConfigurationProperty()
      実際にバインドされている ConfigurationProperty を返すか、プロパティがまだ決定されていない場合は null を返します。
      戻り値:
      構成プロパティ(null の場合があります)。