Uses of Interface
org.springframework.boot.actuate.info.InfoContributor
Packages that use InfoContributor
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Auto-configuration for actuator info concerns.
Classes for application info.
-
Uses of InfoContributor in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Method parameters in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive with type arguments of type InfoContributorModifier and TypeMethodDescriptionReactiveCloudFoundryActuatorAutoConfiguration.cloudFoundryInfoEndpointWebExtension
(GitProperties properties, ObjectProvider<InfoContributor> infoContributors) -
Uses of InfoContributor in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Method parameters in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet with type arguments of type InfoContributorModifier and TypeMethodDescriptionCloudFoundryActuatorAutoConfiguration.cloudFoundryInfoEndpointWebExtension
(GitProperties properties, ObjectProvider<InfoContributor> infoContributors) -
Uses of InfoContributor in org.springframework.boot.actuate.autoconfigure.info
Methods in org.springframework.boot.actuate.autoconfigure.info that return InfoContributorModifier and TypeMethodDescriptionInfoContributorAutoConfiguration.buildInfoContributor
(BuildProperties buildProperties) Method parameters in org.springframework.boot.actuate.autoconfigure.info with type arguments of type InfoContributorModifier and TypeMethodDescriptionInfoEndpointAutoConfiguration.infoEndpoint
(ObjectProvider<InfoContributor> infoContributors) -
Uses of InfoContributor in org.springframework.boot.actuate.info
Classes in org.springframework.boot.actuate.info that implement InfoContributorModifier and TypeClassDescriptionclass
AnInfoContributor
that exposesBuildProperties
.class
AnInfoContributor
that provides all environment entries prefixed with info.class
AnInfoContributor
that exposesGitProperties
.class
InfoPropertiesInfoContributor<T extends InfoProperties>
A baseInfoContributor
to expose anInfoProperties
.class
AnInfoContributor
that exposesJavaInfo
.class
A simpleInfoContributor
that exposes a map.class
AnInfoContributor
that exposesOsInfo
.class
A simpleInfoContributor
that exposes a single detail.Constructor parameters in org.springframework.boot.actuate.info with type arguments of type InfoContributorModifierConstructorDescriptionInfoEndpoint
(List<InfoContributor> infoContributors) Create a newInfoEndpoint
instance.