Class EnvironmentInfoContributor
java.lang.Object
org.springframework.boot.actuate.info.EnvironmentInfoContributor
- All Implemented Interfaces:
InfoContributor
An
InfoContributor
that provides all environment entries prefixed with info.- Since:
- 1.4.0
- Author:
- Meang Akira Tanaka, Stephane Nicoll, Madhura Bhave
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contribute
(Info.Builder builder) Contributes additional details using the specifiedBuilder
.
-
Constructor Details
-
EnvironmentInfoContributor
-
-
Method Details
-
contribute
Description copied from interface:InfoContributor
Contributes additional details using the specifiedBuilder
.- Specified by:
contribute
in interfaceInfoContributor
- Parameters:
builder
- the builder to use
-