Uses of Interface
io.smallrye.openapi.runtime.scanner.spi.AnnotationScanner
Packages that use AnnotationScanner
Package
Description
-
Uses of AnnotationScanner in io.smallrye.openapi.runtime
Method parameters in io.smallrye.openapi.runtime with type arguments of type AnnotationScannerModifier and TypeMethodDescriptionstatic org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor.modelFromAnnotations(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier) Deprecated.Create anOpenAPImodel by scanning the deployment for relevant JAX-RS and OpenAPI annotations. -
Uses of AnnotationScanner in io.smallrye.openapi.runtime.scanner
Methods in io.smallrye.openapi.runtime.scanner with parameters of type AnnotationScannerModifier and TypeMethodDescriptiondefault voidAnnotationScannerExtension.processScannerApplications(AnnotationScanner scanner, Collection<org.jboss.jandex.ClassInfo> applications) Deprecated.Gives a chance to extensions to process the set of scanner application classes.Constructor parameters in io.smallrye.openapi.runtime.scanner with type arguments of type AnnotationScannerModifierConstructorDescriptionOpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier) Deprecated.OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier, List<AnnotationScannerExtension> extensions) Deprecated.Constructor.OpenApiAnnotationScanner(AnnotationScannerContext context, Supplier<Iterable<AnnotationScanner>> scannerSupplier) Deprecated. -
Uses of AnnotationScanner in io.smallrye.openapi.runtime.scanner.spi
Classes in io.smallrye.openapi.runtime.scanner.spi that implement AnnotationScannerModifier and TypeClassDescriptionclassAbstract base class for annotation scannersMethods in io.smallrye.openapi.runtime.scanner.spi that return types with arguments of type AnnotationScannerModifier and TypeMethodDescriptionAnnotationScannerFactory.get()AnnotationScannerFactory.getAnnotationScanners()AnnotationScannerContext.getCurrentScanner()Methods in io.smallrye.openapi.runtime.scanner.spi with parameters of type AnnotationScannerModifier and TypeMethodDescriptionvoidAnnotationScannerContext.setCurrentScanner(AnnotationScanner currentScanner)