Uses of Record Class
io.quarkus.smallrye.openapi.deployment.filter.ClassAndMethod
Packages that use ClassAndMethod
Package
Description
-
Uses of ClassAndMethod in io.quarkus.smallrye.openapi.deployment
Method parameters in io.quarkus.smallrye.openapi.deployment with type arguments of type ClassAndMethodModifier and TypeMethodDescription(package private) voidSmallRyeOpenApiProcessor.addMethodImplementationClassNames(org.jboss.jandex.MethodInfo method, org.jboss.jandex.Type[] params, Collection<org.jboss.jandex.ClassInfo> classes, Map<String, ClassAndMethod> classNames) -
Uses of ClassAndMethod in io.quarkus.smallrye.openapi.deployment.filter
Constructor parameters in io.quarkus.smallrye.openapi.deployment.filter with type arguments of type ClassAndMethodModifierConstructorDescriptionOperationFilter(Map<String, ClassAndMethod> classNameMap, Map<String, List<String>> rolesAllowedMethodReferences, List<String> authenticatedMethodReferences, String defaultSecuritySchemeName, boolean doAutoTag, boolean doAutoOperation, boolean alwaysIncludeScopesValidForScheme)