Class AutoServerFilter
java.lang.Object
io.quarkus.smallrye.openapi.deployment.filter.AutoServerFilter
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.OASFilter
Automatically add default server if none is provided
-
Constructor Summary
ConstructorsConstructorDescriptionAutoServerFilter(String defaultScheme, String defaultHost, int defaultPort, String description) -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.openapi.OASFilter
filterAPIResponse, filterCallback, filterHeader, filterLink, filterOperation, filterParameter, filterPathItem, filterRequestBody, filterSchema, filterSecurityScheme, filterServer, filterTag
-
Constructor Details
-
AutoServerFilter
-
-
Method Details
-
filterOpenAPI
public void filterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI) - Specified by:
filterOpenAPIin interfaceorg.eclipse.microprofile.openapi.OASFilter
-