Uses of Interface
org.springframework.boot.actuate.health.HttpCodeStatusMapper
Package
Description
Actuator health indicator and endpoints.
-
Uses of HttpCodeStatusMapper in org.springframework.boot.actuate.health
Modifier and TypeClassDescriptionclass
SimpleHttpCodeStatusMapper
backed by map ofstatus code
to HTTP status code.Modifier and TypeFieldDescriptionstatic final HttpCodeStatusMapper
HttpCodeStatusMapper.DEFAULT
AnHttpCodeStatusMapper
instance using default mappings.Modifier and TypeMethodDescriptionHealthEndpointGroup.getHttpCodeStatusMapper()
Returns theHttpCodeStatusMapper
that should be used for this group.