Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
Packages that use InfoContributorFallback
Package
Description
Auto-configuration for actuator info concerns.
-
Uses of InfoContributorFallback in org.springframework.boot.actuate.autoconfigure.info
Subclasses with type arguments of type InfoContributorFallback in org.springframework.boot.actuate.autoconfigure.infoModifier and TypeClassDescriptionenumControls the fallback behavior when the primary property that controls whether an info contributor is enabled is not set.Methods in org.springframework.boot.actuate.autoconfigure.info that return InfoContributorFallbackModifier and TypeMethodDescriptionstatic InfoContributorFallbackReturns the enum constant of this class with the specified name.static InfoContributorFallback[]InfoContributorFallback.values()Returns an array containing the constants of this enum class, in the order they are declared.