Class BuildInfoContributor
java.lang.Object
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor<BuildProperties>
org.springframework.boot.actuate.info.BuildInfoContributor
- All Implemented Interfaces:
InfoContributor
@ImportRuntimeHints(org.springframework.boot.actuate.info.BuildInfoContributor.BuildInfoContributorRuntimeHints.class)
public class BuildInfoContributor
extends InfoPropertiesInfoContributor<BuildProperties>
An
InfoContributor
that exposes BuildProperties
.- Since:
- 1.4.0
- Author:
- Stephane Nicoll
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
InfoPropertiesInfoContributor.Mode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contribute
(Info.Builder builder) Contributes additional details using the specifiedBuilder
.protected void
postProcessContent
(Map<String, Object> content) Post-process the content to expose.protected PropertySource<?>
Return aPropertySource
for theSIMPLE
mode.Methods inherited from class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
copyIfSet, extractContent, generateContent, getMode, getNestedMap, getProperties, replaceValue, toPropertySource
-
Constructor Details
-
BuildInfoContributor
-
-
Method Details
-
contribute
Description copied from interface:InfoContributor
Contributes additional details using the specifiedBuilder
.- Parameters:
builder
- the builder to use
-
toSimplePropertySource
Description copied from class:InfoPropertiesInfoContributor
Return aPropertySource
for theSIMPLE
mode.- Specified by:
toSimplePropertySource
in classInfoPropertiesInfoContributor<BuildProperties>
- Returns:
- the property source for the simple model
- See Also:
-
postProcessContent
Description copied from class:InfoPropertiesInfoContributor
Post-process the content to expose. Elements can be added, changed or removed.- Overrides:
postProcessContent
in classInfoPropertiesInfoContributor<BuildProperties>
- Parameters:
content
- the content to expose
-