Class CustomPathExtension
- java.lang.Object
-
- io.quarkus.smallrye.openapi.deployment.CustomPathExtension
-
- All Implemented Interfaces:
io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
public class CustomPathExtension extends Object implements io.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
This adds support for the quarkus.http.root-path config option
-
-
Constructor Summary
Constructors Constructor Description CustomPathExtension(String defaultPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessScannerApplications(io.smallrye.openapi.runtime.scanner.spi.AnnotationScanner scanner, Collection<org.jboss.jandex.ClassInfo> applications)
-
-
-
Constructor Detail
-
CustomPathExtension
public CustomPathExtension(String defaultPath)
-
-
Method Detail
-
processScannerApplications
public void processScannerApplications(io.smallrye.openapi.runtime.scanner.spi.AnnotationScanner scanner, Collection<org.jboss.jandex.ClassInfo> applications)- Specified by:
processScannerApplicationsin interfaceio.smallrye.openapi.runtime.scanner.AnnotationScannerExtension
-
-