| Package | Description |
|---|---|
| org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static ShowDetails |
ShowDetails.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ShowDetails[] |
ShowDetails.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebEndpointResponse<Health> |
HealthWebEndpointResponseMapper.map(Health health,
SecurityContext securityContext,
ShowDetails showDetails)
Deprecated.
Maps the given
health to a WebEndpointResponse, honouring the given
showDetails using the given securityContext. |
| Constructor and Description |
|---|
HealthWebEndpointResponseMapper(HealthStatusHttpMapper statusHttpMapper,
ShowDetails showDetails,
Set<String> authorizedRoles)
Deprecated.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.