Class AutoTagFilter
java.lang.Object
io.quarkus.smallrye.openapi.deployment.filter.AutoTagFilter
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.OASFilter
Automatically tag operations based on the class name.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI) voidsetClassNameMap(Map<String, String> classNameMap) 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
-
AutoTagFilter
public AutoTagFilter() -
AutoTagFilter
-
-
Method Details
-
getClassNameMap
-
setClassNameMap
-
filterOpenAPI
public void filterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI) - Specified by:
filterOpenAPIin interfaceorg.eclipse.microprofile.openapi.OASFilter
-