クラス SimpleInfoContributor

java.lang.ObjectSE
org.springframework.boot.actuate.info.SimpleInfoContributor
実装されたすべてのインターフェース:
InfoContributor

public class SimpleInfoContributor extends ObjectSE implements InfoContributor
単一の詳細を公開する単純な InfoContributor
導入:
1.4.0
作成者:
Stephane Nicoll
  • コンストラクターの詳細

    • SimpleInfoContributor

      public SimpleInfoContributor(StringSE prefix, ObjectSE detail)
  • メソッドの詳細

    • contribute

      public void contribute(Info.Builder builder)
      インターフェースからコピーされた説明: InfoContributor
      指定された Builder を使用して追加の詳細を提供します。
      次で指定:
      インターフェース InfoContributorcontribute 
      パラメーター:
      builder - 使用するビルダー