Class VertxAnnotationScanner

    • Constructor Detail

      • VertxAnnotationScanner

        public VertxAnnotationScanner()
    • Method Detail

      • getName

        public String getName()
      • isAsyncResponse

        public boolean isAsyncResponse​(org.jboss.jandex.MethodInfo method)
      • isPostMethod

        public boolean isPostMethod​(org.jboss.jandex.MethodInfo method)
      • isDeleteMethod

        public boolean isDeleteMethod​(org.jboss.jandex.MethodInfo method)
      • containsScannerAnnotations

        public boolean containsScannerAnnotations​(List<org.jboss.jandex.AnnotationInstance> instances,
                                                  List<AnnotationScannerExtension> extensions)
      • isScannerInternalParameter

        public boolean isScannerInternalParameter​(org.jboss.jandex.Type parameterType)
      • scan

        public org.eclipse.microprofile.openapi.models.OpenAPI scan​(AnnotationScannerContext context,
                                                                    org.eclipse.microprofile.openapi.models.OpenAPI openApi)