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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Fields in org.springframework.boot.health.actuate.endpoint declared as HttpCodeStatusMapperModifier and TypeFieldDescriptionstatic final HttpCodeStatusMapperHttpCodeStatusMapper.DEFAULTDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.0 for removal in 4.3.0 in favor of #getDefault()Methods in org.springframework.boot.health.actuate.endpoint that return HttpCodeStatusMapperModifier and TypeMethodDescriptionstatic HttpCodeStatusMapperHttpCodeStatusMapper.getDefault()Return anHttpCodeStatusMapperinstance using default mappings.HealthEndpointGroup.getHttpCodeStatusMapper()Returns theHttpCodeStatusMapperthat should be used for this group.static HttpCodeStatusMapperCreate a newHttpCodeStatusMapperwith the specified mappings.
HttpCodeStatusMapper.of(Map)