Class AutoTagFilter
- java.lang.Object
-
- io.quarkus.smallrye.openapi.deployment.filter.AutoTagFilter
-
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.OASFilter
public class AutoTagFilter extends Object implements org.eclipse.microprofile.openapi.OASFilter
Automatically tag operations based on the class name.
-
-
Constructor Summary
Constructors Constructor Description AutoTagFilter()AutoTagFilter(Map<String,String> classNameMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilterOpenAPI(org.eclipse.microprofile.openapi.models.OpenAPI openAPI)Map<String,String>getClassNameMap()voidsetClassNameMap(Map<String,String> classNameMap)
-