クラス BoundPropertiesTrackingBindHandler

java.lang.ObjectSE
org.springframework.boot.context.properties.bind.AbstractBindHandler
org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
実装されたすべてのインターフェース:
BindHandler

public class BoundPropertiesTrackingBindHandler extends AbstractBindHandler
バインドされた構成プロパティを追跡するために使用できる BindHandler
導入:
2.3.0
作成者:
Madhura Bhave
  • コンストラクターの詳細

  • メソッドの詳細

    • onSuccess

      public ObjectSE onSuccess(ConfigurationPropertyName name, Bindable<?> target, BindContext context, ObjectSE result)
      インターフェースからコピーされた説明: BindHandler
      要素のバインディングが成功した結果で終了すると呼び出されます。実装は、最終的に返される結果を変更したり、追加検証を実行したりする場合があります。
      次で指定:
      インターフェース BindHandleronSuccess 
      オーバーライド:
      クラス AbstractBindHandleronSuccess 
      パラメーター:
      name - バインドされている要素の名前
      target - バインドされているアイテム
      context - バインドコンテキスト
      result - バインドされた結果 (非 null)
      戻り値:
      使用すべき実際の結果 (null の場合があります)