Class DefaultInfoFilter
java.lang.Object
io.quarkus.smallrye.openapi.deployment.filter.DefaultInfoFilter
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.OASFilter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.eclipse.microprofile.config.Config -
Constructor Summary
Constructors -
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
-
Field Details
-
config
final org.eclipse.microprofile.config.Config config
-
-
Constructor Details
-
DefaultInfoFilter
public DefaultInfoFilter(org.eclipse.microprofile.config.Config config)
-
-
Method Details
-
filterOpenAPI
public void filterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI) - Specified by:
filterOpenAPIin interfaceorg.eclipse.microprofile.openapi.OASFilter
-