Class Substitute_JandexBehavior

java.lang.Object
io.quarkus.hibernate.search.orm.elasticsearch.runtime.graal.Substitute_JandexBehavior

final class Substitute_JandexBehavior extends Object
Disallow the use of Jandex so that relevant code can be DCEd (otherwise native compilation would fail as Jandex is not available at runtime).
  • Constructor Details

    • Substitute_JandexBehavior

      Substitute_JandexBehavior()
  • Method Details

    • doWithJandex

      public static void doWithJandex(org.hibernate.search.util.common.jar.spi.JandexBehavior.JandexOperation operation)