Class 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 Detail

      • DisableInstrumentationForIndexPredicateBuildItem

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

      • getPredicate

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