Uses of Class
io.quarkus.deployment.dev.QuarkusCompiler
Packages that use QuarkusCompiler
-
Uses of QuarkusCompiler in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev with parameters of type QuarkusCompilerModifier and TypeMethodDescription(package private) ClassScanResultRuntimeUpdatesProcessor.checkForChangedClasses(QuarkusCompiler compiler, Function<DevModeContext.ModuleInfo, DevModeContext.CompilationUnit> cuf, boolean firstScan, RuntimeUpdatesProcessor.TimestampSet timestampSet, boolean compilingTests) A first scan is considered done when we have visited all modules at least once.Constructors in io.quarkus.deployment.dev with parameters of type QuarkusCompilerModifierConstructorDescriptionRuntimeUpdatesProcessor(Path applicationRoot, DevModeContext context, QuarkusCompiler compiler, io.quarkus.dev.spi.DevModeType devModeType, BiConsumer<Set<String>, ClassScanResult> restartCallback, BiConsumer<DevModeContext.ModuleInfo, String> copyResourceNotification, BiFunction<String, byte[], byte[]> classTransformers, TestSupport testSupport, AtomicReference<Throwable> deploymentProblem) -
Uses of QuarkusCompiler in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing declared as QuarkusCompilerMethods in io.quarkus.deployment.dev.testing that return QuarkusCompiler