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