Uses of Class
io.quarkus.deployment.dev.RuntimeUpdatesProcessor
-
Packages that use RuntimeUpdatesProcessor Package Description io.quarkus.deployment.dev -
-
Uses of RuntimeUpdatesProcessor in io.quarkus.deployment.dev
Fields in io.quarkus.deployment.dev declared as RuntimeUpdatesProcessor Modifier and Type Field Description static RuntimeUpdatesProcessorRuntimeUpdatesProcessor. INSTANCEMethods in io.quarkus.deployment.dev that return RuntimeUpdatesProcessor Modifier and Type Method Description RuntimeUpdatesProcessorRuntimeUpdatesProcessor. setDisableInstrumentationForClassPredicate(Predicate<org.jboss.jandex.ClassInfo> disableInstrumentationForClassPredicate)RuntimeUpdatesProcessorRuntimeUpdatesProcessor. setDisableInstrumentationForIndexPredicate(Predicate<org.jboss.jandex.Index> disableInstrumentationForIndexPredicate)RuntimeUpdatesProcessorRuntimeUpdatesProcessor. setWatchedFilePaths(Map<String,Boolean> watchedFilePaths)
-