クラス BuildInfoContributor
java.lang.ObjectSE
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor<BuildProperties>
org.springframework.boot.actuate.info.BuildInfoContributor
- 実装されているすべてのインターフェース:
InfoContributor
@ImportRuntimeHints(org.springframework.boot.actuate.info.BuildInfoContributor.BuildInfoContributorRuntimeHints.class)
public class BuildInfoContributor
extends InfoPropertiesInfoContributor<BuildProperties>
BuildProperties を公開する InfoContributor。- 導入:
- 1.4.0
- 作成者:
- Stephane Nicoll
ネストされたクラスの要約
クラス org.springframework.boot.actuate.info.InfoPropertiesInfoContributor から継承されたネストクラス / インターフェース
InfoPropertiesInfoContributor.Modeコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明voidcontribute(Info.Builder builder) 指定されたBuilderを使用して追加の詳細を提供します。protected voidpostProcessContent(MapSE<StringSE, ObjectSE> content) 公開するコンテンツを後処理します。protected PropertySource<?>SIMPLEモードのPropertySourceを返します。クラス org.springframework.boot.actuate.info.InfoPropertiesInfoContributor から継承されたメソッド
copyIfSet, extractContent, generateContent, getMode, getNestedMap, getProperties, replaceValue, toPropertySource
コンストラクターの詳細
BuildInfoContributor
メソッドの詳細
contribute
インターフェースからコピーされた説明:InfoContributor指定されたBuilderを使用して追加の詳細を提供します。- パラメーター:
builder- 使用するビルダー
toSimplePropertySource
クラスからコピーされた説明:InfoPropertiesInfoContributorSIMPLEモードのPropertySourceを返します。- 次で指定:
- クラス
InfoPropertiesInfoContributor<BuildProperties>のtoSimplePropertySource - 戻り値:
- 単純なモデルのプロパティソース
- 関連事項:
postProcessContent
クラスからコピーされた説明:InfoPropertiesInfoContributor公開するコンテンツを後処理します。要素は追加、変更、削除できます。- オーバーライド:
- クラス
InfoPropertiesInfoContributor<BuildProperties>のpostProcessContent - パラメーター:
content- 公開するコンテンツ