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 -
Method Summary
-
Constructor Details
-
AnnotationScannerFactory
-
-
Method Details
-
getAnnotationScanners
-
get
- Specified by:
getin interfaceSupplier<Iterable<AnnotationScanner>>
-