Class EnvironmentInfoContributor

java.lang.Object
org.springframework.boot.actuate.info.EnvironmentInfoContributor
All Implemented Interfaces:
InfoContributor

public class EnvironmentInfoContributor extends Object implements InfoContributor
An InfoContributor that provides all environment entries prefixed with info.
Since:
1.4.0
  • Constructor Details

    • EnvironmentInfoContributor

      public EnvironmentInfoContributor(org.springframework.core.env.ConfigurableEnvironment environment)
  • Method Details