Package org.springframework.boot.actuate.info
Interface Summary Interface Description InfoContributor Contributes additional info details.Class Summary Class Description BuildInfoContributor AnInfoContributorthat exposesBuildProperties.EnvironmentInfoContributor AnInfoContributorthat provides all environment entries prefixed with info.GitInfoContributor AnInfoContributorthat exposesGitProperties.Info Carries information of the application.Info.Builder Builder for creating immutableInfoinstances.InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> A baseInfoContributorto expose anInfoProperties.MapInfoContributor A simpleInfoContributorthat exposes a map.SimpleInfoContributor A simpleInfoContributorthat exposes a single detail.Enum Summary Enum Description InfoPropertiesInfoContributor.Mode Defines how properties should be exposed.