Package io.quarkus.smallrye.openapi.deployment.filter
package io.quarkus.smallrye.openapi.deployment.filter
-
ClassDescriptionAutomatically add default server if none is providedThis filter replaces the former AutoTagFilter and AutoRolesAllowedFilter and has three functions: Add operation descriptions based on the associated Java method name handling the operation Add operation tags based on the associated Java class of the operation Add security requirements based on discovered
RolesAllowed,PermissionsAllowed, andAuthenticatedannotations.Add Basic Security via Config