Class AnnotationScannerFactory
- java.lang.Object
-
- io.smallrye.openapi.runtime.scanner.spi.AnnotationScannerFactory
-
- All Implemented Interfaces:
Supplier<Iterable<AnnotationScanner>>
public class AnnotationScannerFactory extends Object implements Supplier<Iterable<AnnotationScanner>>
Factory that allows plugging in more scanners.- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Constructor Summary
Constructors Constructor Description AnnotationScannerFactory(ClassLoader loader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<AnnotationScanner>get()List<AnnotationScanner>getAnnotationScanners()
-
-
-
Constructor Detail
-
AnnotationScannerFactory
public AnnotationScannerFactory(ClassLoader loader)
-
-
Method Detail
-
getAnnotationScanners
public List<AnnotationScanner> getAnnotationScanners()
-
get
public Iterable<AnnotationScanner> get()
- Specified by:
getin interfaceSupplier<Iterable<AnnotationScanner>>
-
-