Uses of Interface
io.quarkus.webdependency.locator.deployment.WebDependencyLocatorConfig
Packages that use WebDependencyLocatorConfig
-
Uses of WebDependencyLocatorConfig in io.quarkus.webdependency.locator.deployment
Methods in io.quarkus.webdependency.locator.deployment with parameters of type WebDependencyLocatorConfigModifier and TypeMethodDescriptionvoidWebDependencyLocatorProcessor.findRelevantFiles(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.spi.GeneratedStaticResourceBuildItem> generatedStaticProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.HotDeploymentWatchedFileBuildItem> hotDeploymentWatchedProducer, WebDependencyLocatorConfig config) voidWebDependencyLocatorProcessor.findWebDependenciesAndCreateHandler(WebDependencyLocatorConfig config, io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig httpBuildTimeConfig, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.RouteBuildItem> routes, io.quarkus.deployment.annotations.BuildProducer<ImportMapBuildItem> im, io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem curateOutcome, io.quarkus.webdependency.locator.runtime.WebDependencyLocatorRecorder recorder)