Class Substitute_JandexBehavior
java.lang.Object
io.quarkus.hibernate.search.orm.elasticsearch.runtime.graal.Substitute_JandexBehavior
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddoWithJandex(org.hibernate.search.util.common.jar.spi.JandexBehavior.JandexOperation operation)
-
Constructor Details
-
Substitute_JandexBehavior
Substitute_JandexBehavior()
-
-
Method Details
-
doWithJandex
public static void doWithJandex(org.hibernate.search.util.common.jar.spi.JandexBehavior.JandexOperation operation)
-