Uses of Interface
io.smallrye.openapi.runtime.scanner.spi.AnnotationScanner
-
Packages that use AnnotationScanner Package Description io.smallrye.openapi.runtime io.smallrye.openapi.runtime.scanner io.smallrye.openapi.runtime.scanner.spi -
-
Uses of AnnotationScanner in io.smallrye.openapi.runtime
Method parameters in io.smallrye.openapi.runtime with type arguments of type AnnotationScanner Modifier and Type Method Description static org.eclipse.microprofile.openapi.models.OpenAPIOpenApiProcessor. modelFromAnnotations(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier)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 AnnotationScanner Modifier and Type Method Description default voidAnnotationScannerExtension. processScannerApplications(AnnotationScanner scanner, Collection<org.jboss.jandex.ClassInfo> applications)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 AnnotationScanner Constructor Description OpenApiAnnotationScanner(OpenApiConfig config, ClassLoader loader, org.jboss.jandex.IndexView index, Supplier<Iterable<AnnotationScanner>> scannerSupplier, List<AnnotationScannerExtension> extensions)Constructor. -
Uses of AnnotationScanner in io.smallrye.openapi.runtime.scanner.spi
Classes in io.smallrye.openapi.runtime.scanner.spi that implement AnnotationScanner Modifier and Type Class Description classAbstractAnnotationScannerAbstract base class for annotation scannersMethods in io.smallrye.openapi.runtime.scanner.spi that return types with arguments of type AnnotationScanner Modifier and Type Method Description Iterable<AnnotationScanner>AnnotationScannerFactory. get()List<AnnotationScanner>AnnotationScannerFactory. getAnnotationScanners()Optional<AnnotationScanner>AnnotationScannerContext. getCurrentScanner()Methods in io.smallrye.openapi.runtime.scanner.spi with parameters of type AnnotationScanner Modifier and Type Method Description voidAnnotationScannerContext. setCurrentScanner(AnnotationScanner currentScanner)
-