Class DisableInstrumentationForIndexPredicateBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.dev.DisableInstrumentationForIndexPredicateBuildItem
All Implemented Interfaces:
Supplier<Predicate<org.jboss.jandex.Index>>

public final class DisableInstrumentationForIndexPredicateBuildItem extends MultiBuildItem implements Supplier<Predicate<org.jboss.jandex.Index>>
Allows disabling of instrumentation based reload if the index of changed classes matches certain criteria
  • Constructor Details

    • DisableInstrumentationForIndexPredicateBuildItem

      public DisableInstrumentationForIndexPredicateBuildItem(Predicate<org.jboss.jandex.Index> predicate)
  • Method Details

    • getPredicate

      public Predicate<org.jboss.jandex.Index> getPredicate()
    • get

      public Predicate<org.jboss.jandex.Index> get()
      Specified by:
      get in interface Supplier<Predicate<org.jboss.jandex.Index>>