Uses of Interface
io.smallrye.openapi.runtime.scanner.spi.AnnotationScanner
-
Packages that use AnnotationScanner Package Description io.smallrye.openapi.runtime.io io.smallrye.openapi.runtime.scanner io.smallrye.openapi.runtime.scanner.spi -
-
Uses of AnnotationScanner in io.smallrye.openapi.runtime.io
Methods in io.smallrye.openapi.runtime.io that return AnnotationScanner Modifier and Type Method Description static AnnotationScannerCurrentScannerInfo. getCurrentAnnotationScanner()Methods in io.smallrye.openapi.runtime.io with parameters of type AnnotationScanner Modifier and Type Method Description static voidCurrentScannerInfo. register(AnnotationScanner annotationScanner) -
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. -
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 List<AnnotationScanner>AnnotationScannerFactory. getAnnotationScanners()
-