Package io.dropwizard.health.response
Class JsonHealthResponseProvider
java.lang.Object
io.dropwizard.health.response.JsonHealthResponseProvider
- All Implemented Interfaces:
HealthResponseProvider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonHealthResponseProvider(@NonNull HealthStatusChecker healthStatusChecker, @NonNull HealthStateAggregator healthStateAggregator, @NonNull com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescription@NonNull HealthResponsehealthResponse(Map<String, Collection<String>> queryParams)
-
Field Details
-
CHECK_TYPE_QUERY_PARAM
- See Also:
-
NAME_QUERY_PARAM
- See Also:
-
ALL_VALUE
- See Also:
-
-
Constructor Details
-
JsonHealthResponseProvider
public JsonHealthResponseProvider(@NonNull HealthStatusChecker healthStatusChecker, @NonNull HealthStateAggregator healthStateAggregator, @NonNull com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
healthResponse
- Specified by:
healthResponsein interfaceHealthResponseProvider
-