Uses of Interface
org.springframework.boot.health.actuate.endpoint.HttpCodeStatusMapper
Packages that use HttpCodeStatusMapper
-
Uses of HttpCodeStatusMapper in org.springframework.boot.health.actuate.endpoint
Classes in org.springframework.boot.health.actuate.endpoint that implement HttpCodeStatusMapperModifier and TypeClassDescriptionclassSimpleHttpCodeStatusMapperbacked by map ofstatus codeto HTTP status code.Fields in org.springframework.boot.health.actuate.endpoint declared as HttpCodeStatusMapperModifier and TypeFieldDescriptionstatic final HttpCodeStatusMapperHttpCodeStatusMapper.DEFAULTAnHttpCodeStatusMapperinstance using default mappings.Methods in org.springframework.boot.health.actuate.endpoint that return HttpCodeStatusMapperModifier and TypeMethodDescriptionHealthEndpointGroup.getHttpCodeStatusMapper()Returns theHttpCodeStatusMapperthat should be used for this group.