Uses of Enum
org.springframework.boot.actuate.autoconfigure.health.HealthProperties.Show
Package
Description
Auto-configuration for actuator health concerns.
-
Uses of HealthProperties.Show in org.springframework.boot.actuate.autoconfigure.health
Modifier and TypeMethodDescriptionHealthProperties.getShowComponents()
HealthEndpointProperties.getShowDetails()
HealthEndpointProperties.Group.getShowDetails()
abstract HealthProperties.Show
HealthProperties.getShowDetails()
static HealthProperties.Show
Returns the enum constant of this type with the specified name.static HealthProperties.Show[]
HealthProperties.Show.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
HealthProperties.setShowComponents
(HealthProperties.Show showComponents) void
HealthEndpointProperties.Group.setShowDetails
(HealthProperties.Show showDetails) void
HealthEndpointProperties.setShowDetails
(HealthProperties.Show showDetails)