Class HealthOpenAPIFilter
- java.lang.Object
-
- io.quarkus.smallrye.health.deployment.HealthOpenAPIFilter
-
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.OASFilter
public class HealthOpenAPIFilter extends Object implements org.eclipse.microprofile.openapi.OASFilter
Create OpenAPI entries (if configured)
-
-
Constructor Summary
Constructors Constructor Description HealthOpenAPIFilter(String rootPath, String livenessPath, String readinessPath, String startupPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI)
-