Class HibernateSearchBackendElasticsearchProcessor
java.lang.Object
io.quarkus.hibernate.search.backend.elasticsearch.common.deployment.HibernateSearchBackendElasticsearchProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidprocessBuildTimeConfig(List<HibernateSearchBackendElasticsearchEnabledBuildItem> enabled, io.quarkus.deployment.builditem.ApplicationArchivesBuildItem applicationArchivesBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImageResources, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.HotDeploymentWatchedFileBuildItem> hotDeploymentWatchedFiles) (package private) voidregisterBeans(List<HibernateSearchBackendElasticsearchEnabledBuildItem> enabled, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.UnremovableBeanBuildItem> unremovableBean) (package private) voidregisterReflectionForGson(List<HibernateSearchBackendElasticsearchEnabledBuildItem> enabled, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass)
-
Constructor Details
-
HibernateSearchBackendElasticsearchProcessor
HibernateSearchBackendElasticsearchProcessor()
-
-
Method Details
-
registerBeans
void registerBeans(List<HibernateSearchBackendElasticsearchEnabledBuildItem> enabled, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.UnremovableBeanBuildItem> unremovableBean) -
registerReflectionForGson
void registerReflectionForGson(List<HibernateSearchBackendElasticsearchEnabledBuildItem> enabled, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass) -
processBuildTimeConfig
void processBuildTimeConfig(List<HibernateSearchBackendElasticsearchEnabledBuildItem> enabled, io.quarkus.deployment.builditem.ApplicationArchivesBuildItem applicationArchivesBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImageResources, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.HotDeploymentWatchedFileBuildItem> hotDeploymentWatchedFiles)
-